[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.140,1.141
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Wed May 18 07:12:53 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui widget.cpp,1.49,1.50 widget.h,1.43,1.44
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui dialog.cpp,1.54,1.55 dialog.h,1.35,1.36 launcher.cpp,1.120,1.121 options.cpp,1.83,1.84 options.h,1.30,1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30146/scumm
Modified Files:
dialogs.cpp
Log Message:
Some more scaling work. Parts of the options dialogs scale themselves. Some
of them better than others.
Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- dialogs.cpp 18 May 2005 09:41:13 -0000 1.140
+++ dialogs.cpp 18 May 2005 14:11:53 -0000 1.141
@@ -572,7 +572,7 @@
// Sound controllers
//
- yoffset = addVolumeControls(this, yoffset) + 4;
+ yoffset = addVolumeControls(this, yoffset, ws) + 4;
//
// Some misc options
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui widget.cpp,1.49,1.50 widget.h,1.43,1.44
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui dialog.cpp,1.54,1.55 dialog.h,1.35,1.36 launcher.cpp,1.120,1.121 options.cpp,1.83,1.84 options.h,1.30,1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list