mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
remove blank line
This commit is contained in:
parent
7aeeac1b8b
commit
c1b9a3d4c7
1 changed files with 1 additions and 2 deletions
|
|
@ -139,8 +139,7 @@ menu_update_width(struct menu *menu)
|
||||||
if (item->native_width > max_width) {
|
if (item->native_width > max_width) {
|
||||||
max_width = item->native_width < theme->menu_max_width
|
max_width = item->native_width < theme->menu_max_width
|
||||||
? item->native_width : theme->menu_max_width;
|
? item->native_width : theme->menu_max_width;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
menu->size.width = max_width + 2 * theme->menu_item_padding_x;
|
menu->size.width = max_width + 2 * theme->menu_item_padding_x;
|
||||||
/* Update border size */
|
/* Update border size */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue