Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardlist.py
diff options
context:
space:
mode:
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()