[gnome-music: 1/2] Fix top and bottom margin around stack switcher



commit f1b40ad74ea8ae6343e91e0bb8eaa179fe666504
Author: Seif Lotfy <seif lotfy com>
Date:   Sat Aug 3 13:33:38 2013 +0200

    Fix top and bottom margin around stack switcher

 gnomemusic/toolbar.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/toolbar.py b/gnomemusic/toolbar.py
index e130302..a87c82c 100644
--- a/gnomemusic/toolbar.py
+++ b/gnomemusic/toolbar.py
@@ -18,7 +18,7 @@ class Toolbar(GObject.GObject):
 
     def __init__(self):
         GObject.GObject.__init__(self)
-        self._stackSwitcher = Gtk.StackSwitcher()
+        self._stackSwitcher = Gtk.StackSwitcher(margin_top=2, margin_bottom=2)
         self._ui = Gtk.Builder()
         self._ui.add_from_resource('/org/gnome/Music/Headerbar.ui')
         self.header_bar = self._ui.get_object('header-bar')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]