Changeset 3727 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Mar 10, 2012, 11:28:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3726 r3727 357 357 _pppMountLineEdit->setMaximumWidth(6*ww); 358 358 _pppCorrMountLineEdit = new QLineEdit(settings.value("pppCorrMount").toString()); 359 _pppCorrMountLineEdit->setMaximumWidth( 6*ww);359 _pppCorrMountLineEdit->setMaximumWidth(8*ww); 360 360 _pppNMEALineEdit = new QLineEdit(settings.value("nmeaFile").toString()); 361 361 _pppNMEAPortLineEdit = new QLineEdit(settings.value("nmeaPort").toString());
Note:
See TracChangeset
for help on using the changeset viewer.