Changeset 3619 in ntrip


Ignore:
Timestamp:
Jan 22, 2012, 2:10:11 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3618 r3619  
    979979  pppLayout->addLayout(hlpLayout, ir, 1, 1, 7);
    980980  ++ir;
    981   pppLayout->addWidget(_postOutLineEdit);
    982   pppLayout->addWidget(new QLabel("Output"));
     981  pppLayout->addWidget(_postOutLineEdit, ir, 1);
     982  pppLayout->addWidget(new QLabel("Output"), ir, 2);
    983983
    984984  pppgroup->setLayout(pppLayout);
Note: See TracChangeset for help on using the changeset viewer.