summaryrefslogtreecommitdiff
path: root/src/nautilus-toolbar.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-08-09 16:26:29 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2012-08-09 16:26:29 +0200
commit09962f5744890948e7a65edd3f70468e8959cb9c (patch)
treeb91abfdda6edf217c0afa83ee6476b9172bf3255 /src/nautilus-toolbar.c
parent6539e93eadb25f2a77fa1e3c6bb8033e5ae0a49e (diff)
downloadnautilus-09962f5744890948e7a65edd3f70468e8959cb9c.tar.gz
toolbar: set GTK_ALIGN_END to the gear menu
https://bugzilla.gnome.org/show_bug.cgi?id=681507
Diffstat (limited to 'src/nautilus-toolbar.c')
-rw-r--r--src/nautilus-toolbar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index c6d911f11..e0c8acb1e 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -227,6 +227,7 @@ nautilus_toolbar_constructed (GObject *obj)
tool_item = gtk_tool_item_new ();
tool_button = toolbar_create_toolbutton (self, TRUE, FALSE, "emblem-system-symbolic");
menu = gtk_ui_manager_get_widget (self->priv->ui_manager, "/ActionMenu");
+ gtk_widget_set_halign (menu, GTK_ALIGN_END);
gtk_menu_button_set_menu (GTK_MENU_BUTTON (tool_button), menu);
gtk_actionable_set_action_name (GTK_ACTIONABLE (tool_button), "win.gear-menu");