[Scummvm-git-logs] scummvm master -> 39815f50b786da8f92c1a72ec31503ebe6b0f2cd

bgK bastien.bouclet at gmail.com
Tue Oct 22 20:21:55 CEST 2019


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:
39815f50b7 GUI: Increase height of tab widget by 2px in lowres layout


Commit: 39815f50b786da8f92c1a72ec31503ebe6b0f2cd
    https://github.com/scummvm/scummvm/commit/39815f50b786da8f92c1a72ec31503ebe6b0f2cd
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2019-10-22T19:40:45+02:00

Commit Message:
GUI: Increase height of tab widget by 2px in lowres layout

The height of the tab widget was reduced by 2px in
eabb81829f29716e949890844029567687626bc8. However, that change caused
the tab nav buttons to be drawn slightly outside of the tabs with the
low resolution layout.

Changed paths:
    gui/themes/scummmodern.zip
    gui/themes/scummmodern/scummmodern_layout_lowres.stx
    gui/themes/scummremastered.zip
    gui/themes/scummremastered/remastered_layout_lowres.stx


diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 64f42f5..2c1807c 100644
Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 62c0ff2..20363bb 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -100,7 +100,7 @@
 				size = '9, 0'
 		/>
 		<widget name = 'TabWidget.Tab'
-				size = '40, 16'
+				size = '40, 18'
 				padding = '0, 0, 2, 0'
 		/>
 		<widget name = 'TabWidget.Body'
diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip
index f0e7839..400e0a5 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ
diff --git a/gui/themes/scummremastered/remastered_layout_lowres.stx b/gui/themes/scummremastered/remastered_layout_lowres.stx
index 3edd2e2..3f8ec01 100644
--- a/gui/themes/scummremastered/remastered_layout_lowres.stx
+++ b/gui/themes/scummremastered/remastered_layout_lowres.stx
@@ -100,7 +100,7 @@
 				size = '9, 0'
 		/>
 		<widget name = 'TabWidget.Tab'
-				size = '40, 16'
+				size = '40, 18'
 				padding = '0, 0, 2, 0'
 		/>
 		<widget name = 'TabWidget.Body'





More information about the Scummvm-git-logs mailing list