Changeset 4618 in ntrip
- Timestamp:
- Sep 1, 2012, 9:57:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/availplot.cpp
r4617 r4618 45 45 t_scaleDrawPrn* scaleDrawPrn = new t_scaleDrawPrn(); 46 46 setAxisScaleDraw(QwtPlot::yLeft, scaleDrawPrn); 47 48 // Smaller Font for y-Axis 49 // ----------------------- 50 QFont yFont = axisFont(QwtPlot::yLeft); 51 yFont.setPointSize(yFont.pointSize()/2); 52 setAxisFont(QwtPlot::yLeft, yFont); 47 53 48 54 // Symbols
Note:
See TracChangeset
for help on using the changeset viewer.