Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 2980)
+++ trunk/BNC/bncwindow.cpp	(revision 2981)
@@ -767,7 +767,7 @@
   _pppAverageLineEdit->setMaximumWidth(6*ww);
   _pppQuickStartLineEdit->setMaximumWidth(6*ww);
-  _pppRefCrdXLineEdit->setMaximumWidth(14*ww);
-  _pppRefCrdYLineEdit->setMaximumWidth(14*ww);
-  _pppRefCrdZLineEdit->setMaximumWidth(14*ww);
+  _pppRefCrdXLineEdit->setMaximumWidth(10*ww);
+  _pppRefCrdYLineEdit->setMaximumWidth(10*ww);
+  _pppRefCrdZLineEdit->setMaximumWidth(10*ww);
   _pppSync->setMaximumWidth(6*ww);
   _pppSPPComboBox->setMaximumWidth(8*ww);
@@ -778,9 +778,9 @@
   pppLayout->addWidget(new QLabel("          X   "),         0, 3, Qt::AlignRight);
   pppLayout->addWidget(_pppRefCrdXLineEdit,                  0, 4);
-  pppLayout->addWidget(new QLabel("          Y   "),         0, 5, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("        Y   "),           0, 5, Qt::AlignRight);
   pppLayout->addWidget(_pppRefCrdYLineEdit,                  0, 6);
-  pppLayout->addWidget(new QLabel("          Z   "),         0, 7, Qt::AlignRight);
+  pppLayout->addWidget(new QLabel("      Z   "),             0, 7, Qt::AlignRight);
   pppLayout->addWidget(_pppRefCrdZLineEdit,                  0, 8);
-  pppLayout->addWidget(new QLabel("Corr Mountpoint   "),     1, 0);
+  pppLayout->addWidget(new QLabel("Corr Mountpoint "),       1, 0);
   pppLayout->addWidget(_pppCorrMountLineEdit,                1, 1);
   pppLayout->addWidget(new QLabel("Options"),                2, 0, 1, 5);
@@ -792,12 +792,12 @@
   pppLayout->addWidget(new QLabel("Use GLONASS"),            2, 6);
   pppLayout->addWidget(_pppGalileoCheckBox,                  2, 7, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("Use Galileo"),            2, 8);
+  pppLayout->addWidget(new QLabel("Use Galileo     "),       2, 8);
   pppLayout->addWidget(new QLabel("Options cont'd"),         3, 0);  
   pppLayout->addWidget(_pppSigCrd0,                          3, 1, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("Sigma XYZ Init   "),      3, 2);
+  pppLayout->addWidget(new QLabel("Sigma XYZ Init "),        3, 2);
   pppLayout->addWidget(_pppSigCrdP,                          3, 3, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("Sigma XYZ Noise   "),     3, 4);
+  pppLayout->addWidget(new QLabel("Sigma XYZ Noise  "),      3, 4);
   pppLayout->addWidget(_pppQuickStartLineEdit,               3, 5, Qt::AlignRight);
-  pppLayout->addWidget(new QLabel("Quick-Start (sec)   ") ,  3, 6);  
+  pppLayout->addWidget(new QLabel("Quick-Start (sec)"),      3, 6);  
   pppLayout->addWidget(_pppPlotCoordinates,                  3, 7, Qt::AlignRight);
   pppLayout->addWidget(new QLabel("PPP Plot"),               3, 8);
