aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorEugene Sandulenko2009-06-06 17:53:25 +0000
committerEugene Sandulenko2009-06-06 17:53:25 +0000
commitdcc90445f6ea424bd4576f04afbc790fc43a5c76 (patch)
tree5c13a7e7ffb75d8c57e7108749902a5bbcc1d9d7 /gui/themes/scummmodern
parentb0db1b5ed0634dee707d234cfda23201c648cf98 (diff)
downloadscummvm-rg350-dcc90445f6ea424bd4576f04afbc790fc43a5c76.tar.gz
scummvm-rg350-dcc90445f6ea424bd4576f04afbc790fc43a5c76.tar.bz2
scummvm-rg350-dcc90445f6ea424bd4576f04afbc790fc43a5c76.zip
Add to launcher not yet functional search widget.
Make EditableWidget CommandSender svn-id: r41267
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r--gui/themes/scummmodern/scummmodern_gfx.stx1
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx11
2 files changed, 12 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx
index 09fdc7fc48..b0bba89bfe 100644
--- a/gui/themes/scummmodern/scummmodern_gfx.stx
+++ b/gui/themes/scummmodern/scummmodern_gfx.stx
@@ -99,6 +99,7 @@
<bitmap filename = 'checkbox.bmp'/>
<bitmap filename = 'checkbox_empty.bmp'/>
<bitmap filename = 'logo_small.bmp'/>
+ <bitmap filename = 'search.bmp'/>
</bitmaps>
<fonts>
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 3b948f0885..d90d6cd8da 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -104,6 +104,17 @@
width = '283'
height = '80'
/>
+ <layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'>
+ <widget name = 'SearchPic'
+ width = '16'
+ height = '17'
+ />
+ <widget name = 'Search'
+ width = '150'
+ height = 'Globals.Line.Height'
+ />
+ <space />
+ </layout>
<layout type = 'horizontal' padding = '0, 0, 0, 0'>
<widget name = 'GameList'/>
<layout type = 'vertical' padding = '10, 0, 0, 0'>