- Timestamp:
- Jan 26, 2011, 5:01:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2879 r2895 809 809 810 810 _pppAntennaLineEdit = new QLineEdit(settings.value("pppAntenna").toString()); 811 _pppAntennaLineEdit->setMaximumWidth(12*ww); 811 _pppAntennaLineEdit->setMinimumWidth(20*ww); 812 _pppAntennaLineEdit->setMaximumWidth(20*ww); 812 813 813 814 _pppAntexLineEdit = new QLineEdit(settings.value("pppAntex").toString()); 814 _pppAntexLineEdit->setMaximumWidth(12*ww); 815 _pppAntexLineEdit->setMinimumWidth(20*ww); 816 _pppAntexLineEdit->setMaximumWidth(20*ww); 815 817 816 818 _pppIgnoreSatAntCheckBox = new QCheckBox();
Note:
See TracChangeset
for help on using the changeset viewer.