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-23 21:20:48 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-23 21:20:48 (GMT)
commitcc06afa04cd0f729fcaddf82a18bb0e67de75847 (patch)
tree4f599a1756914a1801944a5d1b4667195b24c2ce /theme.py
parenta436ef6447bbe650e8ed4ef6ba35b6c3b9ca8eac (diff)
make scoreboard screen-resolution independent
Diffstat (limited to 'theme.py')
-rw-r--r--theme.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/theme.py b/theme.py
index 5a2a0be..eae4a53 100644
--- a/theme.py
+++ b/theme.py
@@ -18,6 +18,10 @@
import gtk
PAIR_SIZE = gtk.gdk.screen_width() / 5
-PAIR_PAD = 10
+PAD = 10
SVG_PAD = 10
CARD_PAD = 2
+BODY_WIDTH = 45
+BODY_HEIGHT = 55
+STARS_COLS = 6
+SCORE_SIZE = 30