Ignore:
Timestamp:
Sep 23, 2013, 9:05:26 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/worldplot.cpp

    r5491 r5494  
    8989      marker->setLabelAlignment(Qt::AlignRight);
    9090    }
    91     QwtText text(point->_name.left(4));
     91    QwtText text(point->_name);
    9292    QFont   font = text.font();
    9393    font.setPointSize(font.pointSize()*0.8);
Note: See TracChangeset for help on using the changeset viewer.