[rkward-cvs] SF.net SVN: rkward:[2984] trunk/rkward/rkward/settings/ rksettingsmoduleoutput.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Wed Sep 1 16:50:32 UTC 2010
Revision: 2984
http://rkward.svn.sourceforge.net/rkward/?rev=2984&view=rev
Author: tfry
Date: 2010-09-01 16:50:32 +0000 (Wed, 01 Sep 2010)
Log Message:
-----------
Increase default max plotsize limit to accommodate most plots
Modified Paths:
--------------
trunk/rkward/rkward/settings/rksettingsmoduleoutput.cpp
Modified: trunk/rkward/rkward/settings/rksettingsmoduleoutput.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduleoutput.cpp 2010-09-01 06:51:38 UTC (rev 2983)
+++ trunk/rkward/rkward/settings/rksettingsmoduleoutput.cpp 2010-09-01 16:50:32 UTC (rev 2984)
@@ -182,7 +182,7 @@
graphics_height = cg.readEntry ("graphics_height", 480);
graphics_jpg_quality = cg.readEntry ("graphics_jpg_quality", 75);
graphics_hist_max_length = cg.readEntry ("graphics_hist_max_length", 20);
- graphics_hist_max_plotsize = cg.readEntry ("graphics_hist_max_plotsize", 52);
+ graphics_hist_max_plotsize = cg.readEntry ("graphics_hist_max_plotsize", 1024);
}
//static
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list