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 | |
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')
-rw-r--r-- | gui/themes/default.inc | 4 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 54961 -> 55015 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 4 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 162341 -> 162447 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 6 |
5 files changed, 11 insertions, 3 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 8dabe7c998..636e7f4ff0 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1540,7 +1540,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' " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex e706ec24ba..5c0c423153 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index a2fc1097f2..7786b8ca42 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -417,7 +417,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' diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 6ee53dce68..48a3920d8f 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip 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' |