summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranziska Kunsmann <hi@kunsmann.eu>2023-05-01 12:38:44 +0200
committerFranziska Kunsmann <hi@kunsmann.eu>2023-05-01 12:38:44 +0200
commitb96cf40b72e73b7d6e8f0d4476e811ccba35aa9a (patch)
tree2bab7083cae17348df10945b7d873e1f36636772
parentc5c10e008761bcf1d71d7cae959a0a5df4921a08 (diff)
design
-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 {