Distribute size between taskbars correctly (issue #628)
o9000 mrovi9000@gmail.com
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/panel.c
→
src/panel.c
@@ -516,6 +516,7 @@ if (panel_horizontal)
taskbar->area.width += total_size; else taskbar->area.height += total_size; + break; } } for (int i = 0; i < panel->num_desktops; i++) {