Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 2197)
+++ trunk/BNC/bncwindow.cpp	(revision 2198)
@@ -684,5 +684,5 @@
   pppLayout->addWidget(new QLabel("Estimate tropo        "), 1, 6, 1, 1, Qt::AlignLeft);
   pppLayout->addWidget(_pppGLONASSCheckBox,                  1, 7);
-  pppLayout->addWidget(new QLabel("Use GLONASS           "), 1, 8, 1, 3, Qt::AlignLeft);
+  pppLayout->addWidget(new QLabel("Use GLONASS"),            1, 8, 1, 2, Qt::AlignLeft);
   pppLayout->addWidget(new QLabel("Ref. coordinates"),       2, 0);
   pppLayout->addWidget(_pppRefCrdXLineEdit,                  2, 1, 1, 2);
@@ -692,9 +692,8 @@
   pppLayout->addWidget(_pppRefCrdZLineEdit,                  2, 6, 1, 1);
   pppLayout->addWidget(new QLabel("Z"),                      2, 7, 1, 1);
-  pppLayout->addWidget(new QLabel("NMEA output"),            3, 0);
-  pppLayout->addWidget(_pppNMEALineEdit,                     3, 1, 1, 5);
-  pppLayout->addWidget(new QLabel("File (full path)"),       3, 6, 1, 1);
-  pppLayout->addWidget(_pppNMEAPortLineEdit,                 3, 7, 1, 2);
-  pppLayout->addWidget(new QLabel("Port"),                   3, 9, 1, 2);
+  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(_pppNMEAPortLineEdit,                 3, 8, 1, 2);
   pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15);
   pppLayout->addWidget(new QLabel("    "),                   5, 0);
