Changeset 5896 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 8, 2014, 5:41:24 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5895 r5896  
    884884
    885885  QHBoxLayout* pppLayout4Hlp1 = new QHBoxLayout;
    886   pppLayout4Hlp1->addWidget(new QLabel("PPP Plot           "));
     886  pppLayout4Hlp1->addWidget(new QLabel("PPP Station "));
     887  _pppWidgets._plotCoordinates->setMaximumWidth(8*ww);
    887888  pppLayout4Hlp1->addWidget(_pppWidgets._plotCoordinates);
    888889  pppLayout4Hlp1->addWidget(new QLabel("Nort-East-Up Time Series"));
     
    24532454void bncWindow::slotMapPPPClosed() {
    24542455#ifdef QT_WEBKIT
    2455   slotBncTextChanged();
     2456  enableWidget(true, _pppWidgets._mapWinButton);
     2457  enableWidget(true, _pppWidgets._gmRadioButton);
     2458  enableWidget(true, _pppWidgets._osmRadioButton);
     2459  enableWidget(true, _pppWidgets._mapWinDotSizeLineEdit);
     2460  enableWidget(true, _pppWidgets._mapWinDotColorComboBox);
    24562461  if (_mapWin) {
    24572462    QListIterator<bncGetThread*> it(_threads);
Note: See TracChangeset for help on using the changeset viewer.