Changeset 1443 in ntrip


Ignore:
Timestamp:
Jan 5, 2009, 10:54:11 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1442 r1443  
    7070
    7171  QPalette palette;
    72   QColor lightGray(225, 225, 225);
     72  QColor lightGray(230, 230, 230);
    7373
    7474  // Create Actions
     
    419419  QGridLayout* sLayout = new QGridLayout;
    420420  sLayout->setColumnMinimumWidth(0,14*ww);
    421   sLayout->addWidget(new QLabel("Port (synchronized)"),           0, 0);
    422   sLayout->addWidget(_outPortLineEdit,                            0, 1);
    423   sLayout->addWidget(new QLabel("Wait for full epoch"),           0, 2, Qt::AlignRight);
    424   sLayout->addWidget(_waitTimeSpinBox,                            0, 3, Qt::AlignLeft);
    425   sLayout->addWidget(new QLabel("Port (unsynchronized)"),         1, 0);
    426   sLayout->addWidget(_outUPortLineEdit,                           1, 1);
     421  sLayout->addWidget(new QLabel("Port (unsynchronized)"),         0, 0);
     422  sLayout->addWidget(_outUPortLineEdit,                           0, 1);
     423  sLayout->addWidget(new QLabel("Port (synchronized)"),           1, 0);
     424  sLayout->addWidget(_outPortLineEdit,                            1, 1);
     425  sLayout->addWidget(new QLabel("Wait for full epoch"),           1, 2, Qt::AlignRight);
     426  sLayout->addWidget(_waitTimeSpinBox,                            1, 3, Qt::AlignLeft);
    427427  sLayout->addWidget(new QLabel("File (full path)"),              2, 0);
    428428  sLayout->addWidget(_outFileLineEdit,                            2, 1, 1, 30);
     
    11941194
    11951195  QPalette palette;
    1196   QColor lightGray(225, 225, 225);
     1196  QColor lightGray(230, 230, 230);
    11971197
    11981198  // Proxy
Note: See TracChangeset for help on using the changeset viewer.