Distribute size between taskbars correctly (issue #628)

This commit is contained in:
o9000 2017-03-07 13:20:50 +01:00
parent 0f96cb66f1
commit d758fd167c

View file

@ -440,8 +440,6 @@ gboolean resize_panel(void *obj)
Taskbar *taskbar = &panel->taskbar[i];
if (!taskbar->area.on_screen)
continue;
if (!taskbar->area.children)
continue;
if (panel_horizontal)
taskbar->area.width = 2 * taskbar->area.paddingxlr;
else