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


Ignore:
Timestamp:
May 7, 2013, 4:44:32 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5144 r5145  
    11071107  reqcLayout->addWidget(new QLabel("Directory for plots"),       ir, 0, Qt::AlignLeft);
    11081108  reqcLayout->addWidget(_reqcPlotDirLineEdit,                    ir, 1, Qt::AlignRight);
    1109   reqcLayout->addWidget(_reqcSkyPlotSystems,                     ir, 2, Qt::AlignRight);
     1109  ++ir;
     1110  reqcLayout->addWidget(new QLabel("Sky Plots for"),             ir, 0, Qt::AlignLeft);
     1111  reqcLayout->addWidget(_reqcSkyPlotSystems,                     ir, 1, Qt::AlignRight);
    11101112  ++ir;
    11111113  reqcLayout->addWidget(new QLabel(""), ir, 1);
Note: See TracChangeset for help on using the changeset viewer.