diff options
author | Eugene Sandulenko | 2009-06-06 17:54:08 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-06-06 17:54:08 +0000 |
commit | 5fc047dddfcad4e712bea97aadd561493f4f388c (patch) | |
tree | 9b1dc2e81b2ed0c194f06676c2c5a30ce2758d32 /gui/themes/scummclassic | |
parent | dcc90445f6ea424bd4576f04afbc790fc43a5c76 (diff) | |
download | scummvm-rg350-5fc047dddfcad4e712bea97aadd561493f4f388c.tar.gz scummvm-rg350-5fc047dddfcad4e712bea97aadd561493f4f388c.tar.bz2 scummvm-rg350-5fc047dddfcad4e712bea97aadd561493f4f388c.zip |
Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes"
svn-id: r41268
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 17 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 14 |
2 files changed, 27 insertions, 4 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 5569f68523..431db7756d 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -29,14 +29,11 @@ <def var = 'Font.Height' value = '16' /> <def var = 'About.OuterBorder' value = '80'/> -<!-- - <def var = 'PopUpWidget.labelSpacing' value = '10' /> - <def var = 'PopUpWidget.labelWidth' value = '110' /> ---> <def var = 'Layout.Spacing' value = '8' /> <def var = 'ShowLauncherLogo' value = '0'/> <def var = 'ShowGlobalMenuLogo' value = '0'/> + <def var = 'ShowSearchPic' value = '0'/> <def var = 'ScummSaveLoad.ExtInfo.Visible' value = '1'/> @@ -95,6 +92,18 @@ <widget name = 'Version' height = 'Globals.Line.Height' /> + <layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'> + <widget name = 'SearchDesc' + width = '60' + height = 'Globals.Line.Height' + textalign = 'right' + /> + <widget name = 'Search' + width = '150' + height = 'Globals.Line.Height' + /> + <space /> + </layout> <widget name = 'GameList'/> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'> <widget name = 'LoadGameButton' diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index a557b14f65..a5f8e627e9 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -34,6 +34,8 @@ <def var = 'ShowLauncherLogo' value = '0'/> <def var = 'ShowGlobalMenuLogo' value = '0'/> + <def var = 'ShowSearchPic' value = '0'/> + <def var = 'ScummSaveLoad.ExtInfo.Visible' value = '0'/> <widget name = 'Button' @@ -87,6 +89,18 @@ <widget name = 'Version' height = 'Globals.Line.Height' /> + <layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'> + <widget name = 'SearchDesc' + width = '50' + height = 'Globals.Line.Height' + textalign = 'right' + /> + <widget name = 'Search' + width = '150' + height = 'Globals.Line.Height' + /> + <space /> + </layout> <widget name = 'GameList'/> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'> <widget name = 'LoadGameButton' |