Updating padding on quicklauncher icons

This commit is contained in:
Derek Taylor
2025-08-16 19:24:24 -05:00
parent 82325e15b7
commit 977d332902
2 changed files with 2 additions and 2 deletions

View File

@@ -436,7 +436,7 @@ def init_widgets_list():
("🎸", "vlc", "VLC media player") ("🎸", "vlc", "VLC media player")
], ],
fontsize = 12, fontsize = 12,
padding = 12, padding = 6,
foreground = colors[3], foreground = colors[3],
), ),
widget.TextBox( widget.TextBox(

View File

@@ -314,7 +314,7 @@ def init_widgets_list():
("🎸", "vlc", "VLC media player") ("🎸", "vlc", "VLC media player")
], ],
fontsize = 12, fontsize = 12,
padding = 12, padding = 6,
foreground = colors[3], foreground = colors[3],
), ),
widget.TextBox( widget.TextBox(