diff options
author | Max Horn | 2008-11-12 13:14:44 +0000 |
---|---|---|
committer | Max Horn | 2008-11-12 13:14:44 +0000 |
commit | 144be21bed1001c4a72739ef7656908cbf71e909 (patch) | |
tree | 45ebe3f4e3ea3079f54f7d9e705de502af9ac91f /gui/themes/scummmodern | |
parent | 190468c79a56eb75e7bdcb2bb558042e347a74d1 (diff) | |
download | scummvm-rg350-144be21bed1001c4a72739ef7656908cbf71e909.tar.gz scummvm-rg350-144be21bed1001c4a72739ef7656908cbf71e909.tar.bz2 scummvm-rg350-144be21bed1001c4a72739ef7656908cbf71e909.zip |
GUI: Got rid of the WidgetSize stuff
svn-id: r35022
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_320.stx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 6f8033e7bd..8748cc4261 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -29,8 +29,6 @@ <def var = 'Font.Height' value = '16' /> <def var = 'TabLabelWidth' value = '110' /> - <def var = 'WidgetSize' value = 'kBigWidgetSize' /> - <def var = 'Padding.Bottom' value = '16' /> <def var = 'Padding.Left' value = '16' /> <def var = 'Padding.Right' value = '16' /> diff --git a/gui/themes/scummmodern/scummmodern_layout_320.stx b/gui/themes/scummmodern/scummmodern_layout_320.stx index 8ac6af33ef..312135b77e 100644 --- a/gui/themes/scummmodern/scummmodern_layout_320.stx +++ b/gui/themes/scummmodern/scummmodern_layout_320.stx @@ -29,7 +29,6 @@ <def var = 'Font.Height' value = '10' /> <def var = 'TabLabelWidth' value = '100' /> - <def var = 'WidgetSize' value = 'kNormalWidgetSize' /> <def var = 'About.OuterBorder' value = '10'/> <def var = 'PopUpWidget.labelSpacing' value = '6' /> |