aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorVicent Marti2008-08-10 22:03:00 +0000
committerVicent Marti2008-08-10 22:03:00 +0000
commita4b3434af91bcb7ea272c7e214e249c0f6823126 (patch)
tree1389ce416ea5d3328ccf43cd9a8cf6bee735e7e8 /gui/themes
parent52f3551587aad266a794e69416a9662023e55e0f (diff)
downloadscummvm-rg350-a4b3434af91bcb7ea272c7e214e249c0f6823126.tar.gz
scummvm-rg350-a4b3434af91bcb7ea272c7e214e249c0f6823126.tar.bz2
scummvm-rg350-a4b3434af91bcb7ea272c7e214e249c0f6823126.zip
Bugfix: Selection background too short when scrollbar not present.
Bugfix: Vector renderer drawstep for bitmap blitting. Added bitmap GFX for checkboxes. svn-id: r33771
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/scummodern.stx8
-rw-r--r--gui/themes/scummodern.zipbin107874 -> 111123 bytes
2 files changed, 6 insertions, 2 deletions
diff --git a/gui/themes/scummodern.stx b/gui/themes/scummodern.stx
index fb388b7e5f..a2a58e3e67 100644
--- a/gui/themes/scummodern.stx
+++ b/gui/themes/scummodern.stx
@@ -60,6 +60,7 @@
<bitmaps>
<bitmap filename = 'logo.bmp'/>
<bitmap filename = 'cursor.bmp'/>
+ <bitmap filename = 'checkbox.bmp'/>
</bitmaps>
<fonts>
@@ -419,7 +420,7 @@
vertical_align = 'top'
horizontal_align = 'left'
/>
- <drawstep func = 'roundedsq'
+/* <drawstep func = 'roundedsq'
fill = 'gradient'
radius = 4
fg_color = 'white'
@@ -428,6 +429,9 @@
shadow = 0
bevel = 1
bevel_color = 'shadowcolor'
+ /> */
+ <drawstep func = 'bitmap'
+ file = 'checkbox.bmp'
/>
</drawdata>
@@ -518,7 +522,7 @@
padding = '7, 5, 0, 0'
/>
<widget name = 'EditTextWidget'
- padding = '7, 5, 0, 0'
+ padding = '5, 5, 0, 0'
/>
<widget name = 'Console'
padding = '7, 5, 5, 5'
diff --git a/gui/themes/scummodern.zip b/gui/themes/scummodern.zip
index aca5fa32a8..c58c4c1c2e 100644
--- a/gui/themes/scummodern.zip
+++ b/gui/themes/scummodern.zip
Binary files differ