[gnome-music/wip/playlist-ux-fixes: 3/4] window: Move selection toolbar to above player toolbar



commit 7a429854b5ef38184060fd0b54dc553f62a25bad
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Wed Mar 19 18:05:00 2014 +0800

    window: Move selection toolbar to above player toolbar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724627

 gnomemusic/window.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index d433332..2776058 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -178,8 +178,8 @@ class Window(Gtk.ApplicationWindow):
             self.set_hide_titlebar_when_maximized(True)
         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._box.pack_start(self.player.eventBox, False, False, 0)
         self.add(self._box)
         count = 1
         cursor = tracker.query(Query.SONGS_COUNT, None)


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