mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
Bugfix: Fixes #539, taskband - Task buttons extend outside of allocated area
This commit is contained in:
@@ -368,9 +368,10 @@ static void taskbutton_bar_size_allocate(
|
||||
&button_margins
|
||||
);
|
||||
|
||||
accum_width += TASKBUTTON_MIN_WIDTH +
|
||||
button_margins.left +
|
||||
button_margins.right;
|
||||
accum_margins += button_margins.left + button_margins.right;
|
||||
accum_width += TASKBUTTON_MIN_WIDTH +
|
||||
button_margins.left +
|
||||
button_margins.right;
|
||||
|
||||
if (accum_width > allocation->width)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user