Moved the right panel to a more appropriate place

This commit is contained in:
Pierre Pronchery 2014-06-28 13:56:53 +02:00
parent 580b592aec
commit b533db3b43

View File

@ -352,7 +352,8 @@ static void _panel_window_reset(PanelWindow * panel)
case PANEL_WINDOW_POSITION_RIGHT:
/* FIXME really implement */
gtk_window_move(GTK_WINDOW(panel->window),
panel->root.x, panel->root.y - 48);
panel->root.x + panel->root.width - 48,
panel->root.y);
gtk_window_resize(GTK_WINDOW(panel->window), 48,
panel->root.height);
break;