Changeset 1699 in ntrip


Ignore:
Timestamp:
Mar 4, 2009, 12:09:46 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1696 r1699  
    397397  layout_cas1->addWidget(_outHost_1_LineEdit,              0, 1, 1, 3);
    398398  layout_cas1->addWidget(new QLabel("  Port"),             0, 4, Qt::AlignRight);
    399   layout_cas1->addWidget(_outPort_1_LineEdit,              0, 5);
     399  layout_cas1->addWidget(_outPort_1_LineEdit,              0, 5, 1, 10);
    400400  layout_cas1->addWidget(new QLabel("Mountpoint"),         1, 0);
    401401  layout_cas1->addWidget(_mountpoint_1_LineEdit,           1, 1);
     
    448448  layout_cas2->addWidget(_outHost_2_LineEdit,              0, 1, 1, 3);
    449449  layout_cas2->addWidget(new QLabel("  Port"),             0, 4, Qt::AlignRight);
    450   layout_cas2->addWidget(_outPort_2_LineEdit,              0, 5);
     450  layout_cas2->addWidget(_outPort_2_LineEdit,              0, 5, 1, 10);
    451451  layout_cas2->addWidget(new QLabel("Mountpoint"),         1, 0);
    452452  layout_cas2->addWidget(_mountpoint_2_LineEdit,           1, 1);
Note: See TracChangeset for help on using the changeset viewer.