fix panel_box_display.cfg window_width,window_height
This commit is contained in:
parent
6c85e0d8a9
commit
fbc7652a0c
1 changed files with 6 additions and 6 deletions
|
@ -79,8 +79,8 @@
|
|||
id = "box_display"
|
||||
description = "Definition of the panel for the title screen"
|
||||
|
||||
{_GUI_RESOLUTION (window_width,window_height = 850, 650) 10 5 10 5 ({_PANEL_BLUR}) }
|
||||
{_GUI_RESOLUTION () 25 5 9 14 ({_PANEL_BLUR}) }
|
||||
{_GUI_RESOLUTION (window_width,window_height = 800, 600) 10 5 10 5 ({_PANEL_BLUR}) }
|
||||
{_GUI_RESOLUTION (window_width,window_height = 850, 650) 25 5 9 14 ({_PANEL_BLUR}) }
|
||||
|
||||
[/panel_definition]
|
||||
|
||||
|
@ -89,8 +89,8 @@
|
|||
id = "box_display_no_blur"
|
||||
description = "Definition of the panel for the title screen"
|
||||
|
||||
{_GUI_RESOLUTION (window_width,window_height = 850, 650) 10 5 10 5 () }
|
||||
{_GUI_RESOLUTION () 25 5 9 14 () }
|
||||
{_GUI_RESOLUTION (window_width,window_height = 800, 600) 10 5 10 5 () }
|
||||
{_GUI_RESOLUTION (window_width,window_height = 850, 650) 25 5 9 14 () }
|
||||
|
||||
[/panel_definition]
|
||||
|
||||
|
@ -99,8 +99,8 @@
|
|||
id = "box_display_no_blur_no_border"
|
||||
description = "Definition of the panel for the title screen"
|
||||
|
||||
{_GUI_RESOLUTION (window_width,window_height = 850, 650) 10 5 10 5 () }
|
||||
{_GUI_RESOLUTION () 3 5 9 14 () }
|
||||
{_GUI_RESOLUTION (window_width,window_height = 800, 600) 10 5 10 5 () }
|
||||
{_GUI_RESOLUTION (window_width,window_height = 850, 650) 3 5 9 14 () }
|
||||
|
||||
[/panel_definition]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue