Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'theme.py')
-rw-r--r--theme.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.py b/theme.py
index 4250629..8cc24f4 100644
--- a/theme.py
+++ b/theme.py
@@ -15,9 +15,9 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-import gtk
+from gi.repository import Gtk
-PAIR_SIZE = gtk.gdk.screen_width() / 5
+PAIR_SIZE = Gdk.screen_width() / 5
PAD = 10
SVG_PAD = 10
CARD_PAD = 4