From: mar77i Date: Tue, 17 Dec 2024 23:14:12 +0000 (+0100) Subject: smaller icons X-Git-Url: https://git.mar77i.info/?a=commitdiff_plain;h=9a9cc2e39193dc43a49212d84a2490669576c5e6;p=zenbook_conf smaller icons --- diff --git a/.gitignore b/.gitignore index 07da734..5708aad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.desktop .idea/ __pycache__/ venv/ diff --git a/zenbook_conf.py b/zenbook_conf.py index b72ae0e..afe2abc 100755 --- a/zenbook_conf.py +++ b/zenbook_conf.py @@ -132,8 +132,8 @@ class ZenbookConf: self.touch_switch.draw(self.surf) touchscreen.draw( self.surf, - (self.touch_switch.rect.right + 68, self.touch_switch.rect.centery - 132), - (12, 12), + (self.touch_switch.rect.right + 68, self.touch_switch.rect.centery - 88), + (8, 8), "gray", ) self.touch_button.draw(self.surf) @@ -141,8 +141,8 @@ class ZenbookConf: self.stylus_switch.draw(self.surf) stylus.draw( self.surf, - (self.stylus_switch.rect.right + 68, self.stylus_switch.rect.centery - 132), - (12, 12), + (self.stylus_switch.rect.right + 68, self.stylus_switch.rect.centery - 88), + (8, 8), "gray", ) self.stylus_button.draw(self.surf)