Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/theme.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-22 20:52:32 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-22 20:52:32 (GMT)
commit7a6ea32a02bec001495e6fc8f7ceb4265bb9d6e9 (patch)
treef6a9b2cef2f5e5b59c2844bbf181ed4275e26991 /theme.py
parentc59a060c9a804d33c98177321e27d082a06cbe05 (diff)
make cardtable screen-resolution independent
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