diff options
| -rw-r--r-- | gui.py | 2 | ||||
| -rw-r--r-- | style.css | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ import logging from gi.repository import GObject, Gtk, Gdk -BUTTON_SPACING = 10 +BUTTON_SPACING = 5 class PyATEMSwitcherGui(): @@ -1,6 +1,6 @@ button { - padding: 1em; - font-size: 1.5em; + padding: 10px; + font-size: 20px; } button.program { |
