[Scummvm-git-logs] scummvm master -> 0ea3b68afd5b5f01250903ac9a56bea27862fc07

sev- noreply at scummvm.org
Thu Feb 12 20:40:22 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
0ea3b68afd GUI: Added MainHelp button to the verical layout


Commit: 0ea3b68afd5b5f01250903ac9a56bea27862fc07
    https://github.com/scummvm/scummvm/commit/0ea3b68afd5b5f01250903ac9a56bea27862fc07
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-12T21:39:14+01:00

Commit Message:
GUI: Added MainHelp button to the verical layout

Fixes crash on mobile devices in portrait mode

Changed paths:
    gui/themes/common/highres_layout.stx
    gui/themes/residualvm.zip
    gui/themes/scummclassic.zip
    gui/themes/scummmodern.zip
    gui/themes/scummremastered.zip


diff --git a/gui/themes/common/highres_layout.stx b/gui/themes/common/highres_layout.stx
index 448ce34f169..162474b50d2 100644
--- a/gui/themes/common/highres_layout.stx
+++ b/gui/themes/common/highres_layout.stx
@@ -352,6 +352,10 @@
 						width = 'Globals.Button.Height'
 				/>
 				<space />
+				<space />
+				<widget name = 'MainHelpButton'
+						height = 'Globals.Button.Height'
+				/>
 			</layout>
 		</layout>
 	</dialog>
diff --git a/gui/themes/residualvm.zip b/gui/themes/residualvm.zip
index 2807d6ced59..021f48a828b 100644
Binary files a/gui/themes/residualvm.zip and b/gui/themes/residualvm.zip differ
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 79b355fe4a4..71d2f8c028f 100644
Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 78033d1fa7a..1b601b296ee 100644
Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ
diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip
index 557243926f4..d7da5214761 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ




More information about the Scummvm-git-logs mailing list