remove blank line

This commit is contained in:
David Barr 2024-10-17 12:12:42 +01:00 committed by GitHub
parent 7aeeac1b8b
commit c1b9a3d4c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,8 +139,7 @@ menu_update_width(struct menu *menu)
if (item->native_width > max_width) {
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;
/* Update border size */