mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 06:41:36 +03:00
IconGroupContainer: Fix calculation of total width
Merged lp:~l-admin-3/gala/icon-position-fix
This commit is contained in:
commit
89e87fb94b
@ -192,6 +192,8 @@ namespace Gala
|
|||||||
width += GROUP_WIDTH;
|
width += GROUP_WIDTH;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
width += SPACING;
|
||||||
|
|
||||||
return width;
|
return width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user