summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/maynard.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/maynard.c b/shell/maynard.c
index 315a4f0..0baf750 100644
--- a/shell/maynard.c
+++ b/shell/maynard.c
@@ -75,9 +75,6 @@ desktop_shell_configure (void *data,
gtk_window_resize (GTK_WINDOW (desktop->panel->window),
width, MAYNARD_PANEL_HEIGHT);
- shell_helper_move_surface (desktop->helper, desktop->panel->surface,
- 0, height - MAYNARD_PANEL_HEIGHT);
-
desktop_shell_desktop_ready (desktop->shell);
}
@@ -129,7 +126,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_BOTTOM);
+ DESKTOP_SHELL_PANEL_POSITION_TOP);
shell_helper_set_panel (desktop->helper, panel->surface);
gtk_widget_show_all (panel->window);