[gnome-music/freeze-break: 41/107] window: Move search bar to below header bar



commit 48f5059e08a1834400d5688ccbb3c8acb27af528
Author: Arnel A. Borja <arnelborja src gnome org>
Date:   Sat Sep 7 22:55:40 2013 +0800

    window: Move search bar to below header bar

 gnomemusic/window.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index f303b19..ed31df4 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -106,8 +106,8 @@ class Window(Gtk.ApplicationWindow):
         else:
             self._box.pack_start(self.toolbar.header_bar, False, False, 0)
             self.set_hide_titlebar_when_maximized(True)
-        self._box.pack_start(self._stack, True, True, 0)
         self._box.pack_start(self.toolbar.searchbar, False, False, 0)
+        self._box.pack_start(self._stack, True, True, 0)
         self._box.pack_start(self.player.eventBox, False, False, 0)
         self._box.pack_start(self.selection_toolbar.eventbox, False, False, 0)
         self.add(self._box)


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