Distribute size between taskbars correctly (issue #628)
This commit is contained in:
parent
0f96cb66f1
commit
d758fd167c
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue