Distribute size between taskbars correctly (issue #628)

This commit is contained in:
o9000 2017-03-07 09:06:50 +01:00
parent 3baa3d38a3
commit 0f96cb66f1

View file

@ -516,6 +516,7 @@ gboolean resize_panel(void *obj)
taskbar->area.width += total_size;
else
taskbar->area.height += total_size;
break;
}
}
for (int i = 0; i < panel->num_desktops; i++) {