Changeset 5691 in ntrip


Ignore:
Timestamp:
Jul 29, 2014, 3:15:21 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5690 r5691  
    11791179  QGridLayout* pppLayout3 = new QGridLayout();
    11801180  ir = 0;
    1181   pppLayout3->addWidget(new QLabel("<b>Precise Point Positioning</b>"), ir, 0, 1, 7, Qt::AlignLeft);
     1181  pppLayout3->addWidget(new QLabel("<b>Precise Point Positioning</b>"), ir, 0, 1, 2, Qt::AlignLeft);
    11821182  ++ir;     
    11831183  pppLayout3->addWidget(new QLabel("GPS LCs"),              ir, 0, Qt::AlignLeft);
     
    11971197  pppLayout3->addWidget(new QLabel("Wait for corrections"), ir, 0, Qt::AlignLeft);
    11981198  pppLayout3->addWidget(_pppWidgets._corrWaitTime,          ir, 1);
     1199  ++ir;
     1200  pppLayout3->addWidget(new QLabel(""),                     ir, 0);
    11991201
    12001202  pppGroup3->setLayout(pppLayout3);
Note: See TracChangeset for help on using the changeset viewer.