diff options
Diffstat (limited to 'gui.py')
| -rw-r--r-- | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import logging from gi.repository import GObject, Gtk, Gdk -BUTTON_SPACING = 10 +BUTTON_SPACING = 5 class PyATEMSwitcherGui(): |
