diff options
author | Eugene Sandulenko | 2009-06-07 22:19:48 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-06-07 22:19:48 +0000 |
commit | eb4f887ec342e504a3ff8fbc86560b7a652ea3c6 (patch) | |
tree | 72c0130e239325d242603fe2264445e73a357283 /gui/themes/scummmodern | |
parent | 6dd009c1533bf80423f8006f87093cddc1610294 (diff) | |
download | scummvm-rg350-eb4f887ec342e504a3ff8fbc86560b7a652ea3c6.tar.gz scummvm-rg350-eb4f887ec342e504a3ff8fbc86560b7a652ea3c6.tar.bz2 scummvm-rg350-eb4f887ec342e504a3ff8fbc86560b7a652ea3c6.zip |
Added Clear button for search box. Looks a bit off, but we do not yet have
skinned buttons.
svn-id: r41355
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 4 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index d30e4a805b..d3cd048f1d 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -114,6 +114,10 @@ width = '150' height = 'Globals.Line.Height' /> + <widget name = 'SearchClearButton' + height = 'Globals.Line.Height' + width = 'Globals.Line.Height' + /> <space /> </layout> <layout type = 'horizontal' padding = '0, 0, 0, 0'> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 5d15d2efc7..6f7f25db20 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -101,6 +101,10 @@ width = '150' height = 'Globals.Line.Height' /> + <widget name = 'SearchClearButton' + height = 'Globals.Line.Height' + width = 'Globals.Line.Height' + /> <space /> </layout> <widget name = 'GameList'/> |