diff options
author | Max Horn | 2008-11-12 12:53:53 +0000 |
---|---|---|
committer | Max Horn | 2008-11-12 12:53:53 +0000 |
commit | fa942c42cc780f34b96fc308a2b7fdde52088e42 (patch) | |
tree | 9da5c5d5e2b6d057a7f713f281ff1d461aeaa004 /gui/themes/scummmodern | |
parent | 201c26fcd0ad71568a3581a5520c094d93ec6d06 (diff) | |
download | scummvm-rg350-fa942c42cc780f34b96fc308a2b7fdde52088e42.tar.gz scummvm-rg350-fa942c42cc780f34b96fc308a2b7fdde52088e42.tar.bz2 scummvm-rg350-fa942c42cc780f34b96fc308a2b7fdde52088e42.zip |
GUI: Got rid of most 'built-in' variables
svn-id: r35018
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 4 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_320.stx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index afeef51d55..ea83a9c291 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -55,12 +55,12 @@ /> <widget name = 'Button' - size = 'kBigButtonWidth, kBigButtonHeight' + size = '108, 24' /> <widget name = 'Slider' - size = 'kBigSliderWidth, kBigSliderHeight' + size = '128, 18' /> <widget name = 'PopUp' size = '-1, 19' diff --git a/gui/themes/scummmodern/scummmodern_layout_320.stx b/gui/themes/scummmodern/scummmodern_layout_320.stx index 22a9899b47..89aa3e4012 100644 --- a/gui/themes/scummmodern/scummmodern_layout_320.stx +++ b/gui/themes/scummmodern/scummmodern_layout_320.stx @@ -38,11 +38,11 @@ <def var = 'ScummSaveLoad.ExtInfo.Visible' value = '0'/> <widget name = 'Button' - size = 'kButtonWidth, kButtonHeight' + size = '72, 16' /> <widget name = 'Slider' - size = 'kSliderWidth, kSliderHeight' + size = '85, 12' /> <widget name = 'OptionsLabel' |