]> git.mar77i.info Git - zenbook_conf/commitdiff
smaller icons
authormar77i <mar77i@protonmail.ch>
Tue, 17 Dec 2024 23:14:12 +0000 (00:14 +0100)
committermar77i <mar77i@protonmail.ch>
Tue, 17 Dec 2024 23:14:12 +0000 (00:14 +0100)
.gitignore
zenbook_conf.py

index 07da7345623ffd2bdab19d2530e8fbd915fc1269..5708aadfbe4df3ef20c67a26b53d9707ce7f07d1 100644 (file)
@@ -1,3 +1,4 @@
+*.desktop
 .idea/
 __pycache__/
 venv/
index b72ae0e794e7b2e6b37a40d43b827398fee8a893..afe2abcf74e6bd7c4e622074d349dcc42858a0bc 100755 (executable)
@@ -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)