Changeset 1961 in ntrip
- Timestamp:
- Nov 15, 2009, 4:15:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncfigure.cpp
r1960 r1961 160 160 } 161 161 else { 162 maxRateStr = QString( "%1 Mbps").arg(int(8.0 * _maxRate / 1.e6));162 maxRateStr = QString(" %1 Mbps").arg(int(8.0 * _maxRate / 1.e6)); 163 163 painter.drawText(xMin+0, int((yMax-yMin)*xLine), tr(" 0 Mbps")); 164 164 }
Note:
See TracChangeset
for help on using the changeset viewer.