mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 15:55:45 +00:00
GUI: Put the help button back to [?]
The "Help" inscription was too wide for vertical mobile layout. This effectively reverts 4b51ee1f98d222fb13092bab50a90a311dadce43
This commit is contained in:
parent
5406770710
commit
f09cfc83d5
@ -259,7 +259,7 @@ void LauncherDialog::build() {
|
||||
#endif
|
||||
new StaticTextWidget(this, _title + ".Version", Common::U32String(gScummVMFullVersion));
|
||||
|
||||
new ButtonWidget(this, _title + ".HelpButton", Common::U32String("Help"), _("Click here to see Help"), kHelpCmd);
|
||||
new ButtonWidget(this, _title + ".HelpButton", Common::U32String("?"), _("Click here to see Help"), kHelpCmd);
|
||||
|
||||
if (!g_system->hasFeature(OSystem::kFeatureNoQuit)) {
|
||||
// I18N: Button Quit ScummVM program. Q is the shortcut, Ctrl+Q, put it in parens for non-latin (~Q~)
|
||||
|
@ -47,7 +47,7 @@
|
||||
<def var = 'ShowChooserPics' value = '1'/>
|
||||
<def var = 'ShowChooserPageDisplay' value = '1'/>
|
||||
|
||||
<def var = 'Launcher.HelpButton.Width' value = '72' scalable = 'yes'/> <!-- Button.Width * 3 -->
|
||||
<def var = 'Launcher.HelpButton.Width' value = '24' scalable = 'yes'/> <!-- Button.Width * 3 -->
|
||||
|
||||
<def var = 'SaveLoadChooser.ExtInfo.Visible' value = '1'/>
|
||||
<def var = 'RecorderDialog.ExtInfo.Visible' value = '1'/>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<def var = 'ShowChooserPics' value = '0'/>
|
||||
<def var = 'ShowChooserPageDisplay' value = '0'/>
|
||||
|
||||
<def var = 'Launcher.HelpButton.Width' value = '48' scalable = 'yes'/> <!-- Button.Width * 3 -->
|
||||
<def var = 'Launcher.HelpButton.Width' value = '16' scalable = 'yes'/> <!-- Button.Width -->
|
||||
|
||||
<def var = 'SaveLoadChooser.ExtInfo.Visible' value = '0'/>
|
||||
<def var = 'RecorderDialog.ExtInfo.Visible' value = '0'/>
|
||||
|
@ -1453,7 +1453,7 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"<def var='ShowSearchPic' value='0'/>"
|
||||
"<def var='ShowChooserPics' value='0'/>"
|
||||
"<def var='ShowChooserPageDisplay' value='1'/>"
|
||||
"<def var='Launcher.HelpButton.Width' value='72' scalable='yes'/> "
|
||||
"<def var='Launcher.HelpButton.Width' value='24' scalable='yes'/> "
|
||||
"<def var='SaveLoadChooser.ExtInfo.Visible' value='1'/>"
|
||||
"<def var='RecorderDialog.ExtInfo.Visible' value='1'/>"
|
||||
"<def var='ImageAlbum.ImageInset' value='16' scalable='yes' />"
|
||||
@ -3750,7 +3750,7 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"<def var='ShowSearchPic' value='0'/>"
|
||||
"<def var='ShowChooserPics' value='0'/>"
|
||||
"<def var='ShowChooserPageDisplay' value='0'/>"
|
||||
"<def var='Launcher.HelpButton.Width' value='48' scalable='yes'/> "
|
||||
"<def var='Launcher.HelpButton.Width' value='16' scalable='yes'/> "
|
||||
"<def var='SaveLoadChooser.ExtInfo.Visible' value='0'/>"
|
||||
"<def var='RecorderDialog.ExtInfo.Visible' value='0'/>"
|
||||
"<def var='ImageAlbum.ImageInset' value='16' scalable='yes' />"
|
||||
|
Binary file not shown.
Binary file not shown.
@ -39,7 +39,7 @@
|
||||
<def var = 'ShowChooserPics' value = '0'/>
|
||||
<def var = 'ShowChooserPageDisplay' value = '1'/>
|
||||
|
||||
<def var = 'Launcher.HelpButton.Width' value = '72' scalable = 'yes'/> <!-- Button.Width * 3 -->
|
||||
<def var = 'Launcher.HelpButton.Width' value = '24' scalable = 'yes'/> <!-- Button.Width -->
|
||||
|
||||
<def var = 'SaveLoadChooser.ExtInfo.Visible' value = '1'/>
|
||||
<def var = 'RecorderDialog.ExtInfo.Visible' value = '1'/>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<def var = 'ShowChooserPics' value = '0'/>
|
||||
<def var = 'ShowChooserPageDisplay' value = '0'/>
|
||||
|
||||
<def var = 'Launcher.HelpButton.Width' value = '48' scalable = 'yes'/> <!-- Button.Width * 3 -->
|
||||
<def var = 'Launcher.HelpButton.Width' value = '16' scalable = 'yes'/> <!-- Button.Width -->
|
||||
|
||||
<def var = 'SaveLoadChooser.ExtInfo.Visible' value = '0'/>
|
||||
<def var = 'RecorderDialog.ExtInfo.Visible' value = '0'/>
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user