Changeset 9935 in ntrip


Ignore:
Timestamp:
Dec 2, 2022, 10:53:18 PM (17 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmap_svg.cpp

    r8252 r9935  
    142142    marker->setLabelAlignment(Qt::AlignRight);
    143143  }
    144   QwtText text(name.left(4));
     144  QwtText text(name.left(9));
    145145  QFont   font = text.font();
    146146  font.setPointSize(int(font.pointSize()*0.8));
Note: See TracChangeset for help on using the changeset viewer.