aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeParser.h
diff options
context:
space:
mode:
authorMaximRussia2011-12-07 14:01:53 +0000
committerEugene Sandulenko2011-12-07 14:04:10 +0000
commitad4471f70cf5672aeef75ecbbbd8574b7a284602 (patch)
tree50721993d9544de69bfb179182192e60799da3af /gui/ThemeParser.h
parent6161d7906efc1a99c05aeef91e60bcc44aeb8ac4 (diff)
downloadscummvm-rg350-ad4471f70cf5672aeef75ecbbbd8574b7a284602.tar.gz
scummvm-rg350-ad4471f70cf5672aeef75ecbbbd8574b7a284602.tar.bz2
scummvm-rg350-ad4471f70cf5672aeef75ecbbbd8574b7a284602.zip
GUI: Improved pop up and scrollbar arrows look
Previous triangle drawing was all wrong, rewrote it from the scratch. Added padding to drawsteps in stx files
Diffstat (limited to 'gui/ThemeParser.h')
-rw-r--r--gui/ThemeParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ThemeParser.h b/gui/ThemeParser.h
index 39a951e007..1999850643 100644
--- a/gui/ThemeParser.h
+++ b/gui/ThemeParser.h
@@ -138,6 +138,7 @@ protected:
XML_PROP(height, false)
XML_PROP(xpos, false)
XML_PROP(ypos, false)
+ XML_PROP(padding, false)
XML_PROP(orientation, false)
XML_PROP(file, false)
KEY_END()