Distribute size between taskbars correctly (issue #628)
This commit is contained in:
@@ -516,6 +516,7 @@ gboolean resize_panel(void *obj)
|
|||||||
taskbar->area.width += total_size;
|
taskbar->area.width += total_size;
|
||||||
else
|
else
|
||||||
taskbar->area.height += total_size;
|
taskbar->area.height += total_size;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (int i = 0; i < panel->num_desktops; i++) {
|
for (int i = 0; i < panel->num_desktops; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user