[Scummvm-git-logs] scummvm master -> 793edb804d46936f3229cde0ed03c6cba2d2d6bc

sev- sev at scummvm.org
Sat Apr 17 19:54:49 UTC 2021


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

Summary:
793edb804d GUI: Added missing widget to the Modern theme


Commit: 793edb804d46936f3229cde0ed03c6cba2d2d6bc
    https://github.com/scummvm/scummvm/commit/793edb804d46936f3229cde0ed03c6cba2d2d6bc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-17T21:54:23+02:00

Commit Message:
GUI: Added missing widget to the Modern theme

Changed paths:
    gui/themes/scummmodern.zip
    gui/themes/scummmodern/scummmodern_layout.stx


diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index c6633a7efb..fcd30a78df 100644
Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 3a634c3e54..3e95a6a7ff 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -620,6 +620,14 @@
 						height = 'Globals.Line.Height'
 				/>
 			</layout>
+			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' align = 'center'>
+				<widget name = 'GUIBasePopupDesc'
+						type = 'OptionsLabel'
+				/>
+				<widget name = 'GUIBasePopup'
+						type = 'PopUp'
+				/>
+			</layout>
 			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' align = 'center'>
 				<widget name = 'RendererPopupDesc'
 						type = 'OptionsLabel'




More information about the Scummvm-git-logs mailing list