aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern/scummmodern_gfx.stx
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-12-22 10:31:01 +0000
committerJordi Vilalta Prat2008-12-22 10:31:01 +0000
commit2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f (patch)
tree46e6a311cdb21e5faf81dad895872ba4780bed15 /gui/themes/scummmodern/scummmodern_gfx.stx
parent1ccce41c8fde4430671acc835c5f2f7b8caba2fb (diff)
downloadscummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.tar.gz
scummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.tar.bz2
scummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.zip
Allow the disabled state of the popup widget to be themed
svn-id: r35480
Diffstat (limited to 'gui/themes/scummmodern/scummmodern_gfx.stx')
-rw-r--r--gui/themes/scummmodern/scummmodern_gfx.stx24
1 files changed, 23 insertions, 1 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx
index 48d01d38f4..16688a34d2 100644
--- a/gui/themes/scummmodern/scummmodern_gfx.stx
+++ b/gui/themes/scummmodern/scummmodern_gfx.stx
@@ -306,6 +306,28 @@
/>
</drawdata>
+ <drawdata id = 'popup_disabled' cache = 'false'>
+ <drawstep func = 'roundedsq'
+ stroke = '0'
+ radius = '4'
+ fill = 'foreground'
+ fg_color = '250, 237, 190'
+ shadow = '2'
+ />
+ <drawstep func = 'triangle'
+ fg_color = '63, 60, 52'
+ fill = 'foreground'
+ width = 'height'
+ height = 'auto'
+ xpos = 'right'
+ ypos = 'center'
+ orientation = 'bottom'
+ />
+ <text font = 'text_default'
+ vertical_align = 'center'
+ horizontal_align = 'left'
+ />
+ </drawdata>
<drawdata id = 'popup_hover' cache = 'false'>
<drawstep func = 'roundedsq'
@@ -486,4 +508,4 @@
shadow = '3'
/>
</drawdata>
-</render_info> \ No newline at end of file
+</render_info>