summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui.py2
-rw-r--r--style.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/gui.py b/gui.py
index d959727..3bf0cdb 100644
--- a/gui.py
+++ b/gui.py
@@ -5,7 +5,7 @@ import logging
from gi.repository import GObject, Gtk, Gdk
-BUTTON_SPACING = 10
+BUTTON_SPACING = 5
class PyATEMSwitcherGui():
diff --git a/style.css b/style.css
index 18108c0..0f12eae 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
button {
- padding: 1em;
- font-size: 1.5em;
+ padding: 10px;
+ font-size: 20px;
}
button.program {