fixes to widget resolutions
This commit is contained in:
parent
287d27c37f
commit
55f0ccad5c
3 changed files with 11 additions and 6 deletions
|
@ -150,9 +150,9 @@
|
|||
id = "default"
|
||||
description = "Default button"
|
||||
|
||||
{_GUI_RESOLUTION (window_width,window_height=800,600) 40 80 30 13 4 ({GUI_FONT_SIZE_SMALL}) "button_dropdown/button_dropdown" ()}
|
||||
{_GUI_RESOLUTION (window_width,window_height=1024,768) 40 120 30 13 4 ({GUI_FONT_SIZE_SMALL}) "button_dropdown/button_dropdown" ()}
|
||||
{_GUI_RESOLUTION () 40 180 30 13 4 ({GUI_FONT_SIZE_SMALL}) "button_dropdown/button_dropdown" ()}
|
||||
{_GUI_RESOLUTION (window_width,window_height=680,480) 40 80 30 13 4 ({GUI_FONT_SIZE_SMALL}) "button_dropdown/button_dropdown" ()}
|
||||
{_GUI_RESOLUTION (window_width,window_height=801,601) 40 120 30 13 4 ({GUI_FONT_SIZE_SMALL}) "button_dropdown/button_dropdown" ()}
|
||||
{_GUI_RESOLUTION (window_width,window_height=1025,765) 40 180 30 13 4 ({GUI_FONT_SIZE_SMALL}) "button_dropdown/button_dropdown" ()}
|
||||
|
||||
[/menu_button_definition]
|
||||
|
||||
|
|
|
@ -964,8 +964,8 @@
|
|||
[resolution]
|
||||
definition = "addon_manager"
|
||||
|
||||
window_width=1300
|
||||
window_height=900
|
||||
window_width=1281
|
||||
window_height=801
|
||||
|
||||
{GUI_WINDOW_FULLSCREEN}
|
||||
|
||||
|
|
|
@ -646,7 +646,9 @@
|
|||
id = "mp_lobby"
|
||||
description = "Lobby screen."
|
||||
[resolution]
|
||||
window_width, window_height = 800, 660
|
||||
|
||||
window_height = 600
|
||||
|
||||
definition = "borderless"
|
||||
{GUI_WINDOW_FULLSCREEN}
|
||||
[tooltip]
|
||||
|
@ -835,6 +837,9 @@
|
|||
[/grid]
|
||||
[/resolution]
|
||||
[resolution]
|
||||
|
||||
window_height = 660
|
||||
|
||||
definition = "borderless"
|
||||
{GUI_WINDOW_FULLSCREEN}
|
||||
[tooltip]
|
||||
|
|
Loading…
Add table
Reference in a new issue