Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardlist.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 /cardlist.py
parentc59a060c9a804d33c98177321e27d082a06cbe05 (diff)
make cardtable screen-resolution independent
Diffstat (limited to 'cardlist.py')
-rw-r--r--cardlist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cardlist.py b/cardlist.py
index fef27e3..735af5c 100644
--- a/cardlist.py
+++ b/cardlist.py
@@ -259,14 +259,14 @@ class Pair(gtk.EventBox):
'front' : { 'fill_color' : '#4c4d4f',
'stroke_color' : '#ffffff',
'opacity' : '1' } },
- None, theme.CARD_SIZE, 1, self.bg_color)
+ None, theme.PAIR_SIZE, 1, self.bg_color)
self.bcard2 = svgcard.SvgCard(-1,
{ 'front_text' : { 'card_text' : text2,
'text_color' : '#ffffff' },
'front' : { 'fill_color' : '#4c4d4f',
'stroke_color' : '#ffffff',
'opacity' : '1' } },
- None, theme.CARD_SIZE, 1, self.bg_color)
+ None, theme.PAIR_SIZE, 1, self.bg_color)
self.bcard1.flip()
self.bcard2.flip()