Menu Button: increase min width
This serves the immediate purpose of making the Resolutions Menu Button in Prefs equal the size of its dropdown, but it also ensures there's more space for lists with small initial entries but longer choices. Obviously, horizontal_grow = true could be used in any dialogs where this is a case, but this provides a safer minimum should that not be desired.
This commit is contained in:
parent
7d76d48628
commit
6d39cffe14
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
id = "default"
|
||||
description = "Default button"
|
||||
|
||||
{_GUI_RESOLUTION () 40 140 30 13 4 ({GUI_NORMAL__FONT_SIZE__SMALL}) "button_dropdown/button_dropdown" ()}
|
||||
{_GUI_RESOLUTION () 40 180 30 13 4 ({GUI_NORMAL__FONT_SIZE__SMALL}) "button_dropdown/button_dropdown" ()}
|
||||
|
||||
[/menu_button_definition]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue