diff options
| -rw-r--r-- | shell/maynard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/maynard.c b/shell/maynard.c index b759c48..315a4f0 100644 --- a/shell/maynard.c +++ b/shell/maynard.c @@ -129,7 +129,7 @@ panel_create (struct desktop *desktop) desktop_shell_set_user_data (desktop->shell, desktop); desktop_shell_set_panel (desktop->shell, desktop->output, panel->surface); desktop_shell_set_panel_position (desktop->shell, - DESKTOP_SHELL_PANEL_POSITION_LEFT); + DESKTOP_SHELL_PANEL_POSITION_BOTTOM); shell_helper_set_panel (desktop->helper, panel->surface); gtk_widget_show_all (panel->window); |
