[Kstars-devel] kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Mon Sep 15 21:21:22 CEST 2003


CVS commit by harris: 

Made the default value of the magLimitDrawStar option 8.0 instead of 9.0.  
At 9.0, KStars uses over 100 MB of system memory, which may be regarded as 
excessive by some users.  8.0 uses about 50 MB.

CCMAIL: kstars-devel at kde.org


  M +1 -1      kstars_options_handling.cpp   1.39
  M +1 -1      kstarsoptions.cpp   1.42


--- kdeedu/kstars/kstars/kstars_options_handling.cpp  #1.38:1.39
@@ -140,5 +140,5 @@ void KStarsData::loadOptions()
         options->focusRA  = conf->readDoubleNumEntry( "FocusRA", 180.0 );
         options->slewTimeScale = conf->readDoubleNumEntry( "SlewTimeScale", 60.0 );
-        options->magLimitDrawStar = conf->readDoubleNumEntry( "magLimitDrawStar", 9.0 );
+        options->magLimitDrawStar = conf->readDoubleNumEntry( "magLimitDrawStar", 8.0 );
         options->magLimitDrawStarZoomOut = conf->readDoubleNumEntry( "magLimitDrawStarZoomOut", 6.0 );
         options->magLimitDrawStarInfo = conf->readDoubleNumEntry( "magLimitDrawStarInfo", 3.0 );

--- kdeedu/kstars/kstars/kstarsoptions.cpp  #1.41:1.42
@@ -219,5 +219,5 @@ void KStarsOptions::setDefaultOptions() 
         windowWidth  = 600;
         windowHeight = 600;
-        magLimitDrawStar = 9.0;
+        magLimitDrawStar = 8.0;
         magLimitDrawStarZoomOut = 6.0;
         magLimitDrawStarInfo = 3.0;




More information about the Kstars-devel mailing list