Index: trunk/BNC/src/bncwindow.cpp
===================================================================
--- trunk/BNC/src/bncwindow.cpp	(revision 5895)
+++ trunk/BNC/src/bncwindow.cpp	(revision 5896)
@@ -884,5 +884,6 @@
 
   QHBoxLayout* pppLayout4Hlp1 = new QHBoxLayout;
-  pppLayout4Hlp1->addWidget(new QLabel("PPP Plot           "));
+  pppLayout4Hlp1->addWidget(new QLabel("PPP Station "));
+  _pppWidgets._plotCoordinates->setMaximumWidth(8*ww);
   pppLayout4Hlp1->addWidget(_pppWidgets._plotCoordinates);
   pppLayout4Hlp1->addWidget(new QLabel("Nort-East-Up Time Series"));
@@ -2453,5 +2454,9 @@
 void bncWindow::slotMapPPPClosed() {
 #ifdef QT_WEBKIT
-  slotBncTextChanged();
+  enableWidget(true, _pppWidgets._mapWinButton);
+  enableWidget(true, _pppWidgets._gmRadioButton);
+  enableWidget(true, _pppWidgets._osmRadioButton);
+  enableWidget(true, _pppWidgets._mapWinDotSizeLineEdit);
+  enableWidget(true, _pppWidgets._mapWinDotColorComboBox);
   if (_mapWin) {
     QListIterator<bncGetThread*> it(_threads);
Index: trunk/BNC/src/map/bncmapwin.cpp
===================================================================
--- trunk/BNC/src/map/bncmapwin.cpp	(revision 5895)
+++ trunk/BNC/src/map/bncmapwin.cpp	(revision 5896)
@@ -102,5 +102,5 @@
 
   QFile htmlFile;
-  if (settings.value("useOsmMap").toBool()) {
+  if (settings.value("PPP/useOsmMap").toBool()) {
     htmlFile.setFileName(":/map/map_osm.html");
   }
@@ -126,7 +126,7 @@
   }
   bncSettings settings;
-  int mapWinDotSize = settings.value("mapWinDotSize").toInt();
+  int mapWinDotSize = settings.value("PPP/mapWinDotSize").toInt();
   int mapWinDotColor = 1;
-  if (settings.value("mapWinDotColor").toString() == "yellow") {
+  if (settings.value("PPP/mapWinDotColor").toString() == "yellow") {
     mapWinDotColor = 2;
   }
