From 9b5c6711edd39ef5719da0f91c46dacba838fbe4 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 13 Jul 2009 20:38:41 +0000 Subject: Move initial resize of cardtable to do_expose_event and do not play with different sizes in allocation event --- (limited to 'theme.py') 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 -- cgit v0.9.1