From cc06afa04cd0f729fcaddf82a18bb0e67de75847 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Fri, 23 Jan 2009 21:20:48 +0000 Subject: make scoreboard screen-resolution independent --- (limited to 'theme.py') 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 -- cgit v0.9.1