Changeset 4666 in ntrip


Ignore:
Timestamp:
Sep 8, 2012, 5:52:48 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4662 r4666  
    582582    plots << plotA << plotZ;
    583583    t_graphWin* graphWin = new t_graphWin(0, fileName, plots, 0, 0);
     584
     585    int ww = QFontMetrics(graphWin->font()).width('w');
     586    graphWin->setMinimumSize(120*ww, 40*ww);
     587
    584588    graphWin->show();
    585589
Note: See TracChangeset for help on using the changeset viewer.