Changeset 10528 in ntrip for trunk/BNC/src/upload/bnccustomtrafo.cpp
- Timestamp:
- Sep 3, 2024, 2:58:49 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bnccustomtrafo.cpp
r9911 r10528 72 72 _t0LineEdit->setWhatsThis(tr("<p>Set reference epoch e.g. 2000.0</p>")); 73 73 74 int ww = QFontMetrics(font()). width('w');74 int ww = QFontMetrics(font()).horizontalAdvance('w'); 75 75 _dxLineEdit->setMaximumWidth(9*ww); 76 76 _dyLineEdit->setMaximumWidth(9*ww);
Note:
See TracChangeset
for help on using the changeset viewer.