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 | |
| 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')
| -rw-r--r-- | gui/themes/default.inc | 8 | ||||
| -rw-r--r-- | gui/themes/scummclassic.zip | bin | 43768 -> 43674 bytes | |||
| -rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 4 | ||||
| -rw-r--r-- | gui/themes/scummclassic/classic_layout_320.stx | 4 | ||||
| -rw-r--r-- | gui/themes/scummmodern.zip | bin | 144225 -> 144131 bytes | |||
| -rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 4 | ||||
| -rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_320.stx | 4 |
7 files changed, 12 insertions, 12 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 989ae46695..7a5637d85d 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -327,10 +327,10 @@ "size='60,Globals.Line.Height' " "/> " "<widget name='Button' " -"size='kBigButtonWidth,kBigButtonHeight' " +"size='108,24' " "/> " "<widget name='Slider' " -"size='kBigSliderWidth,kBigSliderHeight' " +"size='128,18' " "/> " "<widget name='PopUp' " "size='-1,19' " @@ -930,10 +930,10 @@ "<def var='ShowGlobalMenuLogo' value='0'/> " "<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' " "size='110,Globals.Line.Height' " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex 23c24b0fc7..8f5435bb1c 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 83fa8d91bc..46c1ee105e 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -51,10 +51,10 @@ /> <widget name = 'Button' - size = 'kBigButtonWidth, kBigButtonHeight' + size = '108, 24' /> <widget name = 'Slider' - size = 'kBigSliderWidth, kBigSliderHeight' + size = '128, 18' /> <widget name = 'PopUp' diff --git a/gui/themes/scummclassic/classic_layout_320.stx b/gui/themes/scummclassic/classic_layout_320.stx index 853a6a0327..c2694665a6 100644 --- a/gui/themes/scummclassic/classic_layout_320.stx +++ b/gui/themes/scummclassic/classic_layout_320.stx @@ -40,11 +40,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' diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex f62b2764aa..e4af50c133 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip 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' |
