summaryrefslogtreecommitdiff
path: root/xgps
diff options
context:
space:
mode:
Diffstat (limited to 'xgps')
-rwxr-xr-xxgps2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgps b/xgps
index 78e667f1..63118109 100755
--- a/xgps
+++ b/xgps
@@ -88,7 +88,7 @@ class SkyView(gtk.DrawingArea):
# See <http://faq.pygtk.org/index.py?req=show&file=faq18.008.htp>
HORIZON_PAD = 40 # How much whitespace to leave around horizon
SAT_RADIUS = 5 # Diameter of satellite circle
- GPS_PRNMAX = 64 # Above this number are SBAS satellites
+ GPS_PRNMAX = 96 # Above this number are SBAS satellites
def __init__(self):
gtk.DrawingArea.__init__(self)