From ab387092ee7d67cd169fe51d6301f46ced42cfa0 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 26 Sep 2010 14:42:16 +0000 Subject: [PATCH] Slightly improve the title screen layout. The filler no longer grow if extra area is available. --- data/gui/default/window/title_screen.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/gui/default/window/title_screen.cfg b/data/gui/default/window/title_screen.cfg index 340b75647fe..5d1c91a66a9 100644 --- a/data/gui/default/window/title_screen.cfg +++ b/data/gui/default/window/title_screen.cfg @@ -298,6 +298,12 @@ [column] vertical_alignment = "bottom" + horizontal_alignment = "left" + + # Send the growth to one of the columns that can grow. + # This to avoid the spacers to grow. + grow_factor = 1 + {_GUI_TIP_SECTION} [/column]