Changeset 9124 in ntrip for trunk/BNC/src/bncfigure.cpp


Ignore:
Timestamp:
Sep 21, 2020, 3:11:55 PM (4 years ago)
Author:
stuerze
Message:

minor changes regarding latency check, ssr and long mountpoint names

File:
1 edited

Legend:

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

    r8252 r9124  
    147147  int xMax = 640;
    148148  int yMin =   0;
    149   int yMax = 140;
     149  int yMax =  90;
    150150  float xLine = .60;
    151151
     
    209209    painter.translate(xx-13, int(yMax-yMin)*xLine+65);
    210210    painter.rotate(-90);
    211     painter.drawText(0,0,65,50,Qt::AlignRight,staID.left(5) + "   ");
     211    painter.drawText(-30,0,95,50,Qt::AlignRight,staID.left(10) + "   ");
    212212    painter.restore();
    213213
Note: See TracChangeset for help on using the changeset viewer.