diff options
author | Eugene Sandulenko | 2010-06-15 10:49:46 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-06-15 10:49:46 +0000 |
commit | a295f13152cc5c3d87d0ec88c14e5ab8740070ec (patch) | |
tree | 70435e15e5fab978dd71ba204cdc02f35eab9300 /gui/themes/scummmodern | |
parent | 24abc6fb39ebf79e06fb39888bba6ae7e87f771a (diff) | |
download | scummvm-rg350-a295f13152cc5c3d87d0ec88c14e5ab8740070ec.tar.gz scummvm-rg350-a295f13152cc5c3d87d0ec88c14e5ab8740070ec.tar.bz2 scummvm-rg350-a295f13152cc5c3d87d0ec88c14e5ab8740070ec.zip |
GUI: Tidied up lowres themes.
svn-id: r49769
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 72965d73f7..0f97969072 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -397,6 +397,7 @@ <widget name = 'RendererPopupDesc' width = '80' height = 'Globals.Line.Height' + textalign = 'right' /> <widget name = 'RendererPopup' type = 'PopUp' @@ -406,6 +407,7 @@ <widget name = 'AutosavePeriodPopupDesc' width = '80' height = 'Globals.Line.Height' + textalign = 'right' /> <widget name = 'AutosavePeriodPopup' type = 'PopUp' @@ -413,7 +415,9 @@ </layout> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'> <widget name = 'GuiLanguagePopupDesc' - type = 'OptionsLabel' + width = '80' + height = 'Globals.Line.Height' + textalign = 'right' /> <widget name = 'GuiLanguagePopup' type = 'PopUp' |