Changeset 3807 in ntrip


Ignore:
Timestamp:
Apr 6, 2012, 6:04:01 PM (12 years ago)
Author:
weber
Message:

Layout modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3806 r3807  
    898898  pppLayout->addWidget(new QLabel("Corr"),             ir,83, 1, 9);
    899899  ++ir;
    900   pppLayout->addWidget(new QLabel("Post-Proc. cont'd"),ir, 0, 1, 10);
     900  pppLayout->addWidget(new QLabel("Post-Proc. Output"),ir, 0, 1, 10);
    901901  pppLayout->addWidget(_postOutLineEdit,               ir,10, 1, 40);
    902   pppLayout->addWidget(new QLabel("Output"),           ir,50);
     902  pppLayout->addWidget(new QLabel("      "),           ir,50);
    903903
    904904  pppgroup->setLayout(pppLayout);
Note: See TracChangeset for help on using the changeset viewer.