Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 2201)
+++ trunk/BNC/bncwindow.cpp	(revision 2202)
@@ -674,4 +674,7 @@
   // ----------
   QGridLayout* pppLayout = new QGridLayout;
+  _pppRefCrdXLineEdit->setMaximumWidth(14*ww);
+  _pppRefCrdYLineEdit->setMaximumWidth(14*ww);
+  _pppRefCrdZLineEdit->setMaximumWidth(14*ww);
   pppLayout->setColumnMinimumWidth(0,14*ww);
   pppLayout->addWidget(new QLabel("Mountpoint"),             0, 0);
@@ -679,21 +682,21 @@
   pppLayout->addWidget(new QLabel("Options"),                1, 0);
   pppLayout->addWidget(_pppStaticCheckBox,                   1, 1);
-  pppLayout->addWidget(new QLabel("Static                "), 1, 2, 1, 1, Qt::AlignLeft);
+  pppLayout->addWidget(new QLabel("Static                "), 1, 2);
   pppLayout->addWidget(_pppUsePhaseCheckBox,                 1, 3);
-  pppLayout->addWidget(new QLabel("Use phase obs         "), 1, 4, 1, 1, Qt::AlignLeft);
+  pppLayout->addWidget(new QLabel("Use phase obs         "), 1, 4);
   pppLayout->addWidget(_pppEstTropoCheckBox,                 1, 5);
-  pppLayout->addWidget(new QLabel("Estimate tropo        "), 1, 6, 1, 1, Qt::AlignLeft);
+  pppLayout->addWidget(new QLabel("Estimate tropo        "), 1, 6);
   pppLayout->addWidget(_pppGLONASSCheckBox,                  1, 7);
-  pppLayout->addWidget(new QLabel("Use GLONASS"),            1, 8, 1, 2, Qt::AlignLeft);
+  pppLayout->addWidget(new QLabel("Use GLONASS"),            1, 8);
   pppLayout->addWidget(new QLabel("Ref. coordinates"),       2, 0);
   pppLayout->addWidget(_pppRefCrdXLineEdit,                  2, 1, 1, 2);
-  pppLayout->addWidget(new QLabel("X"),                      2, 3, 1, 1);
-  pppLayout->addWidget(_pppRefCrdYLineEdit,                  2, 4, 1, 1);
-  pppLayout->addWidget(new QLabel("Y"),                      2, 5, 1, 1);
-  pppLayout->addWidget(_pppRefCrdZLineEdit,                  2, 6, 1, 1);
-  pppLayout->addWidget(new QLabel("Z"),                      2, 7, 1, 1);
-  pppLayout->addWidget(new QLabel("NMEA File (full path)"),  3, 0);
+  pppLayout->addWidget(new QLabel("X"),                      2, 3);
+  pppLayout->addWidget(_pppRefCrdYLineEdit,                  2, 4); 
+  pppLayout->addWidget(new QLabel("Y"),                      2, 5);
+  pppLayout->addWidget(_pppRefCrdZLineEdit,                  2, 6);
+  pppLayout->addWidget(new QLabel("Z"),                      2, 7);
+  pppLayout->addWidget(new QLabel("NMEA File (full path)"),  3, 0); 
   pppLayout->addWidget(_pppNMEALineEdit,                     3, 1, 1, 6);
-  pppLayout->addWidget(new QLabel("Port"),                   3, 7, 1, 1);
+  pppLayout->addWidget(new QLabel("Port"),                   3, 7);
   pppLayout->addWidget(_pppNMEAPortLineEdit,                 3, 8, 1, 2);
   pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15);
