[gnome-boxes] Put selection toolbar in the right place in the UI



commit b986951b913b17f8f3001bfe9b833f4dc88ca5db
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Jan 24 13:06:43 2013 +0100

    Put selection toolbar in the right place in the UI
    
    The selection toolbar is over the CollectionView which is in
    below_bin, so put the toolbar there too. Without this the
    selection toolbar is centered over the area to the right of the
    sidebar, rather than over the whole icon view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678960

 src/app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index e44a482..5d7af16 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -534,8 +534,8 @@ private class Boxes.App: Boxes.UI {
         hbox_actor.add_child (content_bin_actor);
 
         below_bin_actor.add_child (notificationbar.actor);
+        below_bin_actor.add_child (selectionbar.actor);
 
-        content_bin_actor.add_child (selectionbar.actor);
         content_bin_actor.add (wizard.actor);
         content_bin_actor.add (properties.actor);
 



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