summaryrefslogtreecommitdiff
path: root/shell/favorites.c
diff options
context:
space:
mode:
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);
}