Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/theme.py
diff options
context:
space:
mode:
authorKshitij <Kshitij@Kshitijs-MacBook-Pro.local>2012-12-13 15:01:01 (GMT)
committer Kshitij <Kshitij@Kshitijs-MacBook-Pro.local>2012-12-13 15:01:01 (GMT)
commitd63eb44aa4a151fb08a8427f72758cea1f511307 (patch)
treee6666cb696ef4c2b0e20406c757e59d4fc67ae87 /theme.py
parentc891d3fa228fff387a98c11fce38454c987ad091 (diff)
PyGI changessugar-0.94
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 8cc24f4..1de4d23 100644
--- a/theme.py
+++ b/theme.py
@@ -17,7 +17,7 @@
from gi.repository import Gtk
-PAIR_SIZE = Gdk.screen_width() / 5
+PAIR_SIZE = Gdk.Screen.width() / 5
PAD = 10
SVG_PAD = 10
CARD_PAD = 4