2 Feb 02:18
KDE/kdeedu/kstars/kstars
Jason Harris <kstars <at> 30doradus.org>
2008-02-02 01:18:53 GMT
2008-02-02 01:18:53 GMT
SVN commit 769768 by harris:
Adding Telrad FOV indicator to the list of defaults (Wish #111526).
Can't backport, added a string.
BUG: 111526
CCMAIL: kstars-devel <at> kde.org
M +2 -2 fov.cpp
M +3 -2 kstarsinit.cpp
--- trunk/KDE/kdeedu/kstars/kstars/fov.cpp #769767:769768
@@ -113,8 +113,8 @@
}
case 3: { //Bullseye
int s1 = int( pixelsize );
- int s2 = 2*int( pixelsize );
- int s3 = 3*int( pixelsize );
+ int s2 = 4*int( pixelsize );
+ int s3 = 8*int( pixelsize );
int x0 = w/2; int y0 = h/2;
int x1 = x0 - s1/2; int y1 = y0 - s1/2;
--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #769767:769768
@@ -489,8 +489,8 @@
}
void KStars::initFOV() {
- //Read in the user's fov.dat and populate the FOV menu with its symbols. If no fov.dat exists, populate
- //create a default version.
(Continue reading)
RSS Feed