diff options
Diffstat (limited to 'shell/e-shell-searchbar.c')
-rw-r--r-- | shell/e-shell-searchbar.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c index b80b3e27cd..002fc35f0a 100644 --- a/shell/e-shell-searchbar.c +++ b/shell/e-shell-searchbar.c @@ -1250,8 +1250,10 @@ e_shell_searchbar_new (EShellView *shell_view) { g_return_val_if_fail (E_IS_SHELL_VIEW (shell_view), NULL); - return g_object_new ( - E_TYPE_SHELL_SEARCHBAR, "shell-view", shell_view, NULL); + return g_object_new (E_TYPE_SHELL_SEARCHBAR, + "shell-view", shell_view, + "orientation", GTK_ORIENTATION_HORIZONTAL, + NULL); } /** |