[Scummvm-cvs-logs] SF.net SVN: scummvm:[52849] scummvm

criezy at users.sourceforge.net criezy at users.sourceforge.net
Tue Sep 21 21:50:30 CEST 2010


Revision: 52849
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52849&view=rev
Author:   criezy
Date:     2010-09-21 19:50:30 +0000 (Tue, 21 Sep 2010)

Log Message:
-----------
GUI: Quick fix for the mute checkbox label being cut in the in-game options

This happened with some translations as the width of the checkbox was
fixed to 80 pixels, even though more space was available. I have increased
it to 120 pixels.

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/gui/themes/scummmodern/scummmodern_layout.stx
    scummvm/branches/branch-1-2-0/gui/themes/scummmodern.zip
    scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx
    scummvm/trunk/gui/themes/scummmodern.zip

Modified: scummvm/branches/branch-1-2-0/gui/themes/scummmodern/scummmodern_layout.stx
===================================================================
--- scummvm/branches/branch-1-2-0/gui/themes/scummmodern/scummmodern_layout.stx	2010-09-21 19:38:26 UTC (rev 52848)
+++ scummvm/branches/branch-1-2-0/gui/themes/scummmodern/scummmodern_layout.stx	2010-09-21 19:50:30 UTC (rev 52849)
@@ -712,7 +712,7 @@
 				<layout type = 'vertical' padding = '24, 24, 24, 24' center = 'true'>
 					<widget name = 'vcMuteCheckbox'
 							type = 'Checkbox'
-							width = '80'   <!-- FIXME: Why this is needed? -->
+							width = '120'   <!-- FIXME: Why this is needed? -->
 					/>
 				</layout>
 			</layout>

Modified: scummvm/branches/branch-1-2-0/gui/themes/scummmodern.zip
===================================================================
(Binary files differ)

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2010-09-21 19:38:26 UTC (rev 52848)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2010-09-21 19:50:30 UTC (rev 52849)
@@ -712,7 +712,7 @@
 				<layout type = 'vertical' padding = '24, 24, 24, 24' center = 'true'>
 					<widget name = 'vcMuteCheckbox'
 							type = 'Checkbox'
-							width = '80'   <!-- FIXME: Why this is needed? -->
+							width = '120'   <!-- FIXME: Why this is needed? -->
 					/>
 				</layout>
 			</layout>

Modified: scummvm/trunk/gui/themes/scummmodern.zip
===================================================================
(Binary files differ)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list