From 7cc7ba87cd2166d618381f3d85f1e861a3c82f0d Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 3 Jul 2014 14:21:12 +0000 Subject: move favorites to top --- shell/maynard.c | 5 +---- 1 file changed, 1 insertion(+), 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); -- cgit v1.3.1