[Scummvm-cvs-logs] scummvm master -> 2d9d23adde3505946aab61d187c91f04b69c7583

lordhoto lordhoto at gmail.com
Sun Jun 22 17:46:25 CEST 2014


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:
2d9d23adde GUI: Reduce spacing in save/load chooser in the classic theme.


Commit: 2d9d23adde3505946aab61d187c91f04b69c7583
    https://github.com/scummvm/scummvm/commit/2d9d23adde3505946aab61d187c91f04b69c7583
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2014-06-22T17:43:06+02:00

Commit Message:
GUI: Reduce spacing in save/load chooser in the classic theme.

This fixes bug #6658 "GUI: Save/Load grid view needs tuning for classic theme, 640x400 pixels" for me.

Changed paths:
    gui/themes/default.inc
    gui/themes/scummclassic.zip
    gui/themes/scummclassic/classic_layout.stx



diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index e881c2d..aa2a24b 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -1526,7 +1526,7 @@
 "height='Globals.Line.Height' "
 "/>"
 "</layout>"
-"<layout type='horizontal' padding='0,0,0,16' spacing='16'>"
+"<layout type='horizontal' padding='0,0,0,6' spacing='16'>"
 "<widget name='List' />"
 "<widget name='Thumbnail' "
 "width='180' "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 7115849..1b555a6 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 5fd2d6f..cf82686 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -976,7 +976,7 @@
 						height = 'Globals.Line.Height'
 				/>
 			</layout>
-			<layout type = 'horizontal' padding = '0, 0, 0, 16' spacing = '16'>
+			<layout type = 'horizontal' padding = '0, 0, 0, 6' spacing = '16'>
 				<widget name = 'List' />
 				<widget name = 'Thumbnail'
 						width = '180'






More information about the Scummvm-git-logs mailing list