aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-16 10:23:36 +0000
committerEugene Sandulenko2006-04-16 10:23:36 +0000
commit924ec172ff6604ff0a701c00517038e6170f7267 (patch)
tree39cf56e8268e54ace1380c1cc67ac1f7c77216aa /gui/ThemeNew.cpp
parentcadafb0689fc96fc77f09dc70b4b32cc8c572714 (diff)
downloadscummvm-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/ThemeNew.cpp')
-rw-r--r--gui/ThemeNew.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp
index 0f064baa29..1a225c3ab8 100644
--- a/gui/ThemeNew.cpp
+++ b/gui/ThemeNew.cpp
@@ -37,7 +37,7 @@
#define kShadowTr3 64
#define kShadowTr4 128
-#define THEME_VERSION 7
+#define THEME_VERSION 8
using Graphics::Surface;