[Scummvm-cvs-logs] SF.net SVN: scummvm:[36284] scummvm/branches/branch-0-13-0
anotherguest at users.sourceforge.net
anotherguest at users.sourceforge.net
Thu Feb 12 23:02:09 CET 2009
Revision: 36284
http://scummvm.svn.sourceforge.net/scummvm/?rev=36284&view=rev
Author: anotherguest
Date: 2009-02-12 22:02:09 +0000 (Thu, 12 Feb 2009)
Log Message:
-----------
Fixed small formatting issues in the stxs and
corrected code mistake in the common dialogs.cpp
Modified Paths:
--------------
scummvm/branches/branch-0-13-0/engines/dialogs.cpp
scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx
scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx
scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx
scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx
Modified: scummvm/branches/branch-0-13-0/engines/dialogs.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/dialogs.cpp 2009-02-12 21:54:02 UTC (rev 36283)
+++ scummvm/branches/branch-0-13-0/engines/dialogs.cpp 2009-02-12 22:02:09 UTC (rev 36284)
@@ -295,7 +295,7 @@
new GUI::ButtonWidget(this, "ScummConfig.Cancel", "Cancel", kCloseCmd, 'C');
#ifdef SMALL_SCREEN_DEVICE
- //new GUI::ButtonWidget(this, "ScummConfig.Keys", "Keys", kKeysCmd, 'K');
+ new GUI::ButtonWidget(this, "ScummConfig.Keys", "Keys", kKeysCmd, 'K');
#endif
}
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx 2009-02-12 21:54:02 UTC (rev 36283)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx 2009-02-12 22:02:09 UTC (rev 36284)
@@ -352,7 +352,7 @@
<widget name='Action'
height='Globals.Line.Height'
/>
- <widget name='List'/>
+ <widget name='List'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
@@ -606,13 +606,13 @@
<widget name = 'subSubtitleSpeedLabel'
type = 'SmallLabel'
/>
- </layout>
+ </layout>
<space size = '60'/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
<widget name = 'Keys'
type = 'Button'
- />
- <space size = 'Globals.Button.Width' />
+ />
+ <space size = 'Globals.Button.Width' />
<widget name = 'Cancel'
type = 'Button'
/>
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx 2009-02-12 21:54:02 UTC (rev 36283)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx 2009-02-12 22:02:09 UTC (rev 36284)
@@ -349,7 +349,7 @@
<widget name='Action'
height='Globals.Line.Height'
/>
- <widget name='List'/>
+ <widget name='List'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
@@ -613,12 +613,12 @@
<widget name = 'subSubtitleSpeedLabel'
type = 'SmallLabel'
/>
- </layout>
+ </layout>
<space size = '20'/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '4'>
<widget name = 'Keys'
type = 'Button'
- />
+ />
<space size = 'Globals.Button.Width' />
<widget name = 'Cancel'
type = 'Button'
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx 2009-02-12 21:54:02 UTC (rev 36283)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx 2009-02-12 22:02:09 UTC (rev 36284)
@@ -363,7 +363,7 @@
<widget name='Action'
height='Globals.Line.Height'
/>
- <widget name='List'/>
+ <widget name='List'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
@@ -621,9 +621,9 @@
<space size = '60'/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
<widget name='Keys'
- type='Button'
- />
- <space size = 'Globals.Button.Width' />
+ type='Button'
+ />
+ <space size = 'Globals.Button.Width' />
<widget name = 'Cancel'
type = 'Button'
/>
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx 2009-02-12 21:54:02 UTC (rev 36283)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx 2009-02-12 22:02:09 UTC (rev 36284)
@@ -347,7 +347,7 @@
<widget name='Action'
height='Globals.Line.Height'
/>
- <widget name='List'/>
+ <widget name='List'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
@@ -609,9 +609,8 @@
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '4'>
<widget name = 'Keys'
type = 'Button'
- />
+ />
<space size = 'Globals.Button.Width' />
-
<widget name = 'Cancel'
type = 'Button'
/>
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