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


Ignore:
Timestamp:
Mar 10, 2012, 11:28:17 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3726 r3727  
    357357  _pppMountLineEdit->setMaximumWidth(6*ww);
    358358  _pppCorrMountLineEdit  = new QLineEdit(settings.value("pppCorrMount").toString());
    359   _pppCorrMountLineEdit->setMaximumWidth(6*ww);
     359  _pppCorrMountLineEdit->setMaximumWidth(8*ww);
    360360  _pppNMEALineEdit       = new QLineEdit(settings.value("nmeaFile").toString());
    361361  _pppNMEAPortLineEdit   = new QLineEdit(settings.value("nmeaPort").toString());
Note: See TracChangeset for help on using the changeset viewer.