[Scummvm-git-logs] scummvm master -> e82cfdc8807733e4390c3a5abbfe2c1cd7be8b95
sev-
noreply at scummvm.org
Fri Nov 8 23:35:16 UTC 2024
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:
e82cfdc880 GUI: Spacing fixes
Commit: e82cfdc8807733e4390c3a5abbfe2c1cd7be8b95
https://github.com/scummvm/scummvm/commit/e82cfdc8807733e4390c3a5abbfe2c1cd7be8b95
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2024-11-09T00:35:12+01:00
Commit Message:
GUI: Spacing fixes
Commit a66c4975 fixed https://bugs.scummvm.org/ticket/14774 pretty well
however there is a couple of things left:
- lowres_layout.stx has to be fixed, too to make the modern themes look
good also in lowres mode
- changing the right space size to 'Globals.Launcher.HelpButton.Width'
was a good one however the title looks much better without it
Changed paths:
gui/themes/common/lowres_layout.stx
gui/themes/default.inc
gui/themes/residualvm.zip
gui/themes/scummclassic.zip
gui/themes/scummclassic/classic_layout.stx
gui/themes/scummclassic/classic_layout_lowres.stx
gui/themes/scummmodern.zip
gui/themes/scummremastered.zip
diff --git a/gui/themes/common/lowres_layout.stx b/gui/themes/common/lowres_layout.stx
index c59daa0e8e5..dfa0219e228 100644
--- a/gui/themes/common/lowres_layout.stx
+++ b/gui/themes/common/lowres_layout.stx
@@ -151,13 +151,10 @@
width = 'Globals.Launcher.HelpButton.Width'
rtl = 'yes'
/>
- <space />
<widget name = 'Version'
height = 'Globals.Line.Height'
textalign = 'center'
/>
- <space />
- <space size = 'Globals.Button.Height' />
</layout>
<layout type = 'horizontal' spacing = '2' padding = '0, 0, 0, 0'>
<widget name = 'SearchDesc'
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index c333ff26257..3918b7b6469 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -1550,7 +1550,6 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
"height='Globals.Line.Height' "
"textalign='center' "
"/>"
-"<space size='Globals.Launcher.HelpButton.Width' />"
"</layout>"
"<layout type='horizontal' spacing='5' padding='10,0,0,0'>"
"<widget name='SearchDesc' "
@@ -3939,7 +3938,6 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
"height='Globals.Line.Height' "
"textalign='center' "
"/>"
-"<space size='Globals.Launcher.HelpButton.Width' />"
"</layout>"
"<layout type='horizontal' spacing='2' padding='0,0,0,0'>"
"<widget name='SearchDesc' "
diff --git a/gui/themes/residualvm.zip b/gui/themes/residualvm.zip
index bad63cc4c23..fbf725b5ff8 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 bf67e03cfa8..ab1c1023cc6 100644
Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index d530b9f683c..6293819b02d 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -147,7 +147,6 @@
height = 'Globals.Line.Height'
textalign = 'center'
/>
- <space size = 'Globals.Launcher.HelpButton.Width' />
</layout>
<layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'>
<widget name = 'SearchDesc'
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index 68911126c8d..72856fd16dc 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -147,7 +147,6 @@
height = 'Globals.Line.Height'
textalign = 'center'
/>
- <space size = 'Globals.Launcher.HelpButton.Width' />
</layout>
<layout type = 'horizontal' spacing = '2' padding = '0, 0, 0, 0'>
<widget name = 'SearchDesc'
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 6be0f764629..e75f51bdf3b 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 2d95e797a17..0059acf6e30 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ
More information about the Scummvm-git-logs
mailing list