GUI2/Main Menu: used linear scaling for background (resolves #7741)
This commit is contained in:
parent
8386642a57
commit
542fd92744
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ where
|
|||
x = 0
|
||||
y = 0
|
||||
name = "(background_image)"
|
||||
resize_mode = "scale"
|
||||
[/image]
|
||||
|
||||
[image]
|
||||
|
@ -45,6 +46,7 @@ where
|
|||
x = "(max(0, {_GUI_BG_X}))"
|
||||
y = "(max(0, {_GUI_BG_Y}))"
|
||||
name = "(title_image)"
|
||||
resize_mode = "scale"
|
||||
[/image]
|
||||
|
||||
[/draw]
|
||||
|
|
Loading…
Add table
Reference in a new issue