GUI2: added a macro for fullscreen window layout settings

This commit is contained in:
Charles Dang 2016-02-27 13:03:12 +11:00
parent 86746aaaf0
commit 6b827e68d4
3 changed files with 10 additions and 10 deletions

View file

@ -229,6 +229,14 @@
[/stacked_widget]
#enddef
#define GUI_WINDOW_FULLSCREEN
automatic_placement = "false"
x = 0
y = 0
width = "(screen_width)"
height = "(screen_height)"
#enddef
###############################################################################
### ###
### Macros for the normal gui. ###

View file

@ -725,11 +725,7 @@
description = "Lobby screen."
[resolution]
definition = "borderless"
automatic_placement = "false"
x = 0
y = 0
width = "(screen_width)"
height = "(screen_height)"
{GUI_WINDOW_FULLSCREEN}
[tooltip]
id = "tooltip_large"
[/tooltip]

View file

@ -278,11 +278,7 @@
[resolution]
definition = "title_screen"
automatic_placement = "false"
x = 0
y = 0
width = "(screen_width)"
height = "(screen_height)"
{GUI_WINDOW_FULLSCREEN}
[tooltip]
id = "tooltip_large"