diff --git a/data/gui/widget/window_default.cfg b/data/gui/widget/window_default.cfg index 903a02dbc3aa..db93526ec9e8 100644 --- a/data/gui/widget/window_default.cfg +++ b/data/gui/widget/window_default.cfg @@ -22,6 +22,15 @@ {PRE_COMMIT} + [image] + x = 2 + y = 2 + w = "(width - 4)" + h = "(height - 4)" + name = "dialogs/{BASE_NAME}-background.png" + resize_mode = "tile" + [/image] + [rectangle] x = 0 y = 0 @@ -42,15 +51,6 @@ border_color = {GUI__BORDER_COLOR_DARK} [/rectangle] - [image] - x = 2 - y = 2 - w = "(width - 4)" - h = "(height - 4)" - name = "dialogs/{BASE_NAME}-background.png" - resize_mode = "tile" - [/image] - [/draw] [/background]