[Scummvm-git-logs] scummvm master -> 431e805e72158f64cd4bc27d3eb6efda8a028ea7
sev-
noreply at scummvm.org
Sat Jul 8 19:03:12 UTC 2023
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:
431e805e72 GUI: Move buttons for the Grid Launcher below the grid area
Commit: 431e805e72158f64cd4bc27d3eb6efda8a028ea7
https://github.com/scummvm/scummvm/commit/431e805e72158f64cd4bc27d3eb6efda8a028ea7
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-07-08T22:03:09+03:00
Commit Message:
GUI: Move buttons for the Grid Launcher below the grid area
This is more consistent with the layout of the List Launcher in
portrait mode and with the lowres layout which both have the
buttons at the bottom.
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 51cc5030010..701f9f848a5 100644
--- a/gui/themes/common/highres_layout.stx
+++ b/gui/themes/common/highres_layout.stx
@@ -325,7 +325,7 @@
</dialog>
<dialog name = 'LauncherGrid' overlays = 'screen'>
- <layout type = 'vertical' align = 'center' padding = '23, 23, 8, 40'>
+ <layout type = 'vertical' align = 'center' padding = '23, 23, 8, 66'>
<widget name = 'Logo'
width = '287'
height = '80'
@@ -362,6 +362,9 @@
textalign = 'center'
/>
</layout>
+ <layout type = 'horizontal' padding = '0, 0, 2, 0' spacing = '2'>
+ <widget name = 'IconArea'/>
+ </layout>
<layout type = 'horizontal' padding = '0, 0, 2, 0' spacing = '2'>
<widget name = 'AddGameButton'
height = 'Globals.Button.Height'
@@ -382,9 +385,6 @@
height = 'Globals.Button.Height'
/>
</layout>
- <layout type = 'horizontal' padding = '0, 0, 2, 0' spacing = '2'>
- <widget name = 'IconArea'/>
- </layout>
<layout type = 'horizontal' padding = '0, 0, 6, 0' spacing = '2'>
<widget name = 'ListSwitch'
height = 'Globals.Button.Height'
diff --git a/gui/themes/residualvm.zip b/gui/themes/residualvm.zip
index 0615a76b8c9..00045b0d6f1 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 18872d84b93..b67493592d2 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 2774d6fd569..3e87fd81ed1 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 bebf376ab20..037a5c82062 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ
More information about the Scummvm-git-logs
mailing list