Changeset 1014 in ntrip for trunk/BNS/bnswindow.cpp


Ignore:
Timestamp:
Aug 1, 2008, 8:19:22 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1010 r1014  
    287287  layout_inp->addWidget(new QLabel("Read broadcast ephemeris and IGS clocks and orbits."), 2, 0, 1, 6, Qt::AlignLeft);
    288288  layout_inp->addWidget(new QLabel(""),                3, 0);
     289  layout_inp->addWidget(new QLabel(""),                4, 0);
    289290
    290291  tab_inp->setLayout(layout_inp);
     
    308309  layout_cas->addWidget(new QLabel("Save stream (full path)"), 2, 0, Qt::AlignLeft);
    309310  layout_cas->addWidget(_outFileLineEdit,         2, 1);
    310   layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."),3, 0, 1, 2, Qt::AlignLeft);
     311  layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."), 3, 0, 1, 4, Qt::AlignLeft);
     312  layout_cas->addWidget(new QLabel(""),           4, 0);
    311313
    312314  tab_cas->setLayout(layout_cas);
Note: See TracChangeset for help on using the changeset viewer.