From af788b560d167a873036b0fae04f2a91f2cda9e5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 29 Jun 2014 10:04:54 +0000 Subject: move favorite launcher to bottom --- shell/favorites.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/favorites.c') diff --git a/shell/favorites.c b/shell/favorites.c index 7f15e76..eaa2f77 100644 --- a/shell/favorites.c +++ b/shell/favorites.c @@ -155,6 +155,6 @@ GtkWidget * maynard_favorites_new (void) { return g_object_new (MAYNARD_TYPE_FAVORITES, - "orientation", GTK_ORIENTATION_VERTICAL, + "orientation", GTK_ORIENTATION_HORIZONTAL, NULL); } -- cgit v1.3.1