summaryrefslogtreecommitdiff
path: root/shell/favorites.c
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-29 10:04:54 +0000
committerschneefux <schneefux+commit@schneefux.xyz>2014-06-29 10:04:54 +0000
commitaf788b560d167a873036b0fae04f2a91f2cda9e5 (patch)
tree51dece036218128dca61cae3f1ab3d4d13ce561d /shell/favorites.c
parentf234933f0b9f9648d504543f3674f9e372406267 (diff)
downloadgraynard-af788b560d167a873036b0fae04f2a91f2cda9e5.tar.gz
graynard-af788b560d167a873036b0fae04f2a91f2cda9e5.zip
move favorite launcher to bottom
Diffstat (limited to 'shell/favorites.c')
-rw-r--r--shell/favorites.c2
1 files changed, 1 insertions, 1 deletions
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);
}