summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-07-03 14:21:12 +0000
committerschneefux <schneefux+commit@schneefux.xyz>2014-07-03 14:21:12 +0000
commit7cc7ba87cd2166d618381f3d85f1e861a3c82f0d (patch)
treec3c74d3c4ae7d79079ee12f4d5e810d390cc4f4b
parent8276d1d92f51db00afeb1a62a4a9a752bf5f4193 (diff)
downloadgraynard-7cc7ba87cd2166d618381f3d85f1e861a3c82f0d.tar.gz
graynard-7cc7ba87cd2166d618381f3d85f1e861a3c82f0d.zip
move favorites to top
-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);