From 0f96cb66f1f49427230daa5be810178b8970953f Mon Sep 17 00:00:00 2001 From: o9000 Date: Tue, 7 Mar 2017 09:06:50 +0100 Subject: [PATCH] Distribute size between taskbars correctly (issue #628) --- src/panel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panel.c b/src/panel.c index 501fc55..a637781 100644 --- a/src/panel.c +++ b/src/panel.c @@ -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++) {