Index: trunk/BNC/src/PPP/pppWidgets.cpp
===================================================================
--- trunk/BNC/src/PPP/pppWidgets.cpp	(revision 5961)
+++ trunk/BNC/src/PPP/pppWidgets.cpp	(revision 5962)
@@ -101,4 +101,13 @@
   _lcGalileo->addItems(QString("no,P3,L3,P3&L3").split(","));
 
+  _minObs->setMinimum(4);
+  _minObs->setMaximum(6);
+  _minObs->setSingleStep(1);
+
+  _minEle->setMinimum(0);
+  _minEle->setMaximum(20);
+  _minEle->setSingleStep(1);
+  _minEle->setSuffix(" deg");
+
   _corrWaitTime->setMinimum(0);
   _corrWaitTime->setMaximum(20);
@@ -114,5 +123,4 @@
   _staTable->setSelectionBehavior(QAbstractItemView::SelectRows);
   _staTable->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
-  /// _staTable->horizontalHeader()->setStretchLastSection(true);
   _staTable->horizontalHeader()->setDefaultAlignment(Qt::AlignLeft);
   
@@ -130,5 +138,4 @@
   _mapSpeedSlider->setTickInterval(10);
   connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), BNC_CORE, SIGNAL(mapSpeedSliderChanged(int)));
-
 
   _mapWinButton->setWhatsThis(tr("<p>You make like to track your rover position using Google Maps or Open Street Map as a background map. Track plots can be produced with BNC in 'Realtime-PPP', 'Realtime-SPP' and 'Post-Processing' mode.</p><p>The 'Open Map' button opens a windows showing a map according to specified options.</p><p>When in 'Post-Processing' mode you should not forget to specify a proxy under the 'Network' tab if that is operated in front of BNC."));
