Changeset 4714 in ntrip


Ignore:
Timestamp:
Sep 10, 2012, 9:42:47 AM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 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++) {
  • trunk/BNC/src/bncwindow.cpp

    r4655 r4714  
    26782678  saveOptions();
    26792679  t_bncMap* bncMap = new t_bncMap(this);
    2680   bncMap->setGeometry( x(), int(y()+height()*1.3), 800, 600 );
     2680  bncMap->setMinimumSize(800, 600);
    26812681  bncMap->setWindowTitle("Selected Mountpoints");
    26822682
Note: See TracChangeset for help on using the changeset viewer.