Changeset 3775 in ntrip


Ignore:
Timestamp:
Apr 5, 2012, 9:15:02 AM (12 years ago)
Author:
weber
Message:

Layout modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3774 r3775  
    862862  pppLayout->addWidget(new QLabel("Precise Point Positioning, Panel 1."), ir, 0, 1, 100);
    863863  ++ir;
    864   pppLayout->addWidget(new QLabel("Obs. Mountpoint"),  ir, 0, 1, 10);
     864  pppLayout->addWidget(new QLabel("Obs. Mountpnt"),    ir, 0, 1, 10);
    865865  pppLayout->addWidget(_pppMountLineEdit,              ir,10, 1, 10);
    866866  pppLayout->addWidget(_pppSPPComboBox,                ir,20, 1, 15);
     
    872872  pppLayout->addWidget(_pppRefCrdZLineEdit,            ir,80, 1, 13);
    873873  ++ir;
    874   pppLayout->addWidget(new QLabel("Corr. Mountpoint "),ir, 0, 1, 10);
     874  pppLayout->addWidget(new QLabel("Corr. Mountpnt "),  ir, 0, 1, 10);
    875875  pppLayout->addWidget(_pppCorrMountLineEdit,          ir,10, 1, 20);
    876876  pppLayout->addWidget(new QLabel("    dN   "),   ir,30, 1, 10, Qt::AlignRight);
Note: See TracChangeset for help on using the changeset viewer.