Changeset 2755 in ntrip for trunk/BNC/bnctabledlg.cpp


Ignore:
Timestamp:
Dec 1, 2010, 2:13:45 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r2753 r2755  
    303303
    304304  bncMap* winMap = new bncMap(this);
    305   winMap->setGeometry( x(), y()+height()*1.2, 860, 400 );
     305  winMap->setGeometry( x(), int(y()+height()*1.2), 860, 400 );
    306306
    307307  connect(this, SIGNAL(newPoint(QPointF, QString, QPen)),
Note: See TracChangeset for help on using the changeset viewer.