Changeset 9127 in ntrip for branches/BNC_2.12/src/bncfigure.cpp


Ignore:
Timestamp:
Sep 21, 2020, 9:41:49 PM (4 years ago)
Author:
stuerze
Message:

minor changes regarding ssr, long mountpoint names and latency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncfigure.cpp

    r7640 r9127  
    141141  int xMax = 640;
    142142  int yMin =   0;
    143   int yMax = 140;
     143  int yMax =  90;
    144144  float xLine = .60;
    145145
     
    203203    painter.translate(xx-13, int(yMax-yMin)*xLine+65);
    204204    painter.rotate(-90);
    205     painter.drawText(0,0,65,50,Qt::AlignRight,staID.left(5) + "   ");
     205    painter.drawText(-30,0,95,50,Qt::AlignRight,staID.left(10) + "   ");
    206206    painter.restore();
    207207
Note: See TracChangeset for help on using the changeset viewer.