diff options
author | Eugene Sandulenko | 2006-04-16 10:23:36 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-04-16 10:23:36 +0000 |
commit | 924ec172ff6604ff0a701c00517038e6170f7267 (patch) | |
tree | 39cf56e8268e54ace1380c1cc67ac1f7c77216aa /gui/themes | |
parent | cadafb0689fc96fc77f09dc70b4b32cc8c572714 (diff) | |
download | scummvm-rg350-924ec172ff6604ff0a701c00517038e6170f7267.tar.gz scummvm-rg350-924ec172ff6604ff0a701c00517038e6170f7267.tar.bz2 scummvm-rg350-924ec172ff6604ff0a701c00517038e6170f7267.zip |
- Implemented text padding in ListWidget and PopUpWidget. Right padding does not work yet.
- Implemented highlisght padding in ListWidget
- Eval::getVar() method with default value
- Removed unused constructors for ListWidget and PoUpWidget
- cleanup
- bumped theme version
svn-id: r21934
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/modern.ini | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 21ecacc6c7..0b841448c9 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -1,7 +1,7 @@ # $URL$ # $Id$ [theme] -version=7 +version=8 [pixmaps] dialog_corner=dialog_bkgd_corner.bmp @@ -157,6 +157,16 @@ def_scummhelpW=370 def_scummhelpX=((w - scummhelpW) / 2) def_midiControlsSpacing=4 +##### Widgets config +ListWidget.leftPadding=7 +ListWidget.rightPadding=7 +ListWidget.topPadding=5 +ListWidget.bottomPadding=5 +ListWidget.hlLeftPadding=0 +ListWidget.hlRightPadding=0 +PopUpWidget.leftPadding=7 +PopUpWidget.rightPadding=7 + ###### chooser opHeight=(h * 7 / 10) useWithPrefix=chooser defaultChooser_ |