summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-01-24 13:06:43 +0100
committerAlexander Larsson <alexl@redhat.com>2013-01-25 15:42:42 +0100
commitb986951b913b17f8f3001bfe9b833f4dc88ca5db (patch)
tree404da9329a1628371c8b8464c562212834e518b8
parent7928df4fa8028075ed0f740b7bdb21a6f0a7418b (diff)
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
-rw-r--r--src/app.vala2
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);