Changeset 5011 in ntrip for trunk/GnssCenter/src/mainwin.cpp


Ignore:
Timestamp:
Mar 28, 2013, 2:01:16 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/src/mainwin.cpp

    r5009 r5011  
    136136void t_mainWin::slotMap() {
    137137  t_svgMap* svgMap = new t_svgMap();
    138   svgMap->setMinimumSize(600, 400);
    139138  QMdiSubWindow* win = _mdi->addSubWindow(svgMap);
    140139  win->show();
Note: See TracChangeset for help on using the changeset viewer.