- Timestamp:
- Dec 2, 2022, 10:53:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmap_svg.cpp
r8252 r9935 142 142 marker->setLabelAlignment(Qt::AlignRight); 143 143 } 144 QwtText text(name.left( 4));144 QwtText text(name.left(9)); 145 145 QFont font = text.font(); 146 146 font.setPointSize(int(font.pointSize()*0.8));
Note:
See TracChangeset
for help on using the changeset viewer.