Changeset 4714 in ntrip for trunk/BNC/src/bnctabledlg.cpp


Ignore:
Timestamp:
Sep 10, 2012, 9:42:47 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4710 r4714  
    334334  t_bncMap* bncMap = new t_bncMap(this);
    335335
    336   bncMap->setGeometry( x(), int(y()+height()*1.3), 800, 600 );
     336  bncMap->setMinimumSize(800, 600);
    337337
    338338  for (int ii = 0; ii < _allLines.size(); ii++) {
Note: See TracChangeset for help on using the changeset viewer.