Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 3599)
+++ trunk/BNC/bncwindow.cpp	(revision 3600)
@@ -911,5 +911,5 @@
   _pppNMEAPortLineEdit->setMaximumWidth(6*ww);
   int ir = 0;
-  pppLayout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 1)</b>"), ir, 0);
+  pppLayout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 1)</b>"), ir, 0, 1, 8);
   ++ir;
   pppLayout->addWidget(new QLabel("Obs Mountpoint"),   ir, 0);
@@ -950,4 +950,6 @@
   pppLayout->addWidget(new QLabel("PPP Plot"),         ir, 8);
   ++ir;
+  pppLayout->addWidget(new QLabel("<b>Post-Processing</b>"), ir, 0);
+  ++ir;
   pppLayout->addWidget(new QLabel(" "),                ir, 0);
   pppLayout->setRowStretch(ir, 99);
@@ -959,5 +961,5 @@
   QGridLayout* ppp2Layout = new QGridLayout;
   ir = 0;
-  ppp2Layout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 2)</b>"), 0, 0);
+  ppp2Layout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 2)</b>"), ir, 0, 1, 8);
   ++ir;
   ppp2Layout->addWidget(new QLabel("Antennas"),             ir, 0);
