Changeset 3778 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Apr 5, 2012, 9:33:45 AM (12 years ago)
Author:
weber
Message:

Layout modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3777 r3778  
    634634  pLayout->addWidget(new QLabel("Path to SSL Certificates"),                 3, 0);
    635635  pLayout->addWidget(_sslCaCertPathLineEdit,                                 3, 1, 1,10);
    636   pLayout->addWidget(new QLabel("Default:  " + bncSslConfig::defaultPath()), 3,12, 1,20);
     636  pLayout->addWidget(new QLabel("Default:  " + bncSslConfig::defaultPath()), 3,11, 1,20);
    637637  pLayout->addWidget(new QLabel("Ignore SSL Authorization Errors"),          4, 0);
    638638  pLayout->addWidget(_ignoreSslErrorsCheckBox,                               4, 1, 1,10);
Note: See TracChangeset for help on using the changeset viewer.