Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'theme.py')
-rw-r--r--theme.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme.py b/theme.py
index 1b4edf5..5a2a0be 100644
--- a/theme.py
+++ b/theme.py
@@ -17,5 +17,7 @@
import gtk
-CARD_SIZE = gtk.gdk.screen_width() / 5
-CARD_PAD = 10
+PAIR_SIZE = gtk.gdk.screen_width() / 5
+PAIR_PAD = 10
+SVG_PAD = 10
+CARD_PAD = 2