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-07-13 20:38:41 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-07-13 20:38:41 (GMT)
commit9b5c6711edd39ef5719da0f91c46dacba838fbe4 (patch)
tree63c5b917b362ade93c519d855a2afe6d659af82b /theme.py
parenta739d83dca1e3cb004cb4a94259e21c7de210b5f (diff)
Move initial resize of cardtable to do_expose_event and do not play with different sizes in allocation event
Diffstat (limited to 'theme.py')
-rw-r--r--theme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.py b/theme.py
index 4f1cfc0..4250629 100644
--- a/theme.py
+++ b/theme.py
@@ -20,7 +20,7 @@ import gtk
PAIR_SIZE = gtk.gdk.screen_width() / 5
PAD = 10
SVG_PAD = 10
-CARD_PAD = 2
+CARD_PAD = 4
BODY_WIDTH = 45
BODY_HEIGHT = 55
STARS_COLS = 6