Changeset 2895 in ntrip


Ignore:
Timestamp:
Jan 26, 2011, 5:01:50 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2879 r2895  
    809809
    810810  _pppAntennaLineEdit = new QLineEdit(settings.value("pppAntenna").toString());
    811   _pppAntennaLineEdit->setMaximumWidth(12*ww);
     811  _pppAntennaLineEdit->setMinimumWidth(20*ww);
     812  _pppAntennaLineEdit->setMaximumWidth(20*ww);
    812813
    813814  _pppAntexLineEdit = new QLineEdit(settings.value("pppAntex").toString());
    814   _pppAntexLineEdit->setMaximumWidth(12*ww);
     815  _pppAntexLineEdit->setMinimumWidth(20*ww);
     816  _pppAntexLineEdit->setMaximumWidth(20*ww);
    815817
    816818  _pppIgnoreSatAntCheckBox = new QCheckBox();
Note: See TracChangeset for help on using the changeset viewer.