- Timestamp:
- Sep 10, 2012, 9:42:47 AM (12 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnctabledlg.cpp
r4710 r4714 334 334 t_bncMap* bncMap = new t_bncMap(this); 335 335 336 bncMap->set Geometry( x(), int(y()+height()*1.3), 800, 600);336 bncMap->setMinimumSize(800, 600); 337 337 338 338 for (int ii = 0; ii < _allLines.size(); ii++) { -
trunk/BNC/src/bncwindow.cpp
r4655 r4714 2678 2678 saveOptions(); 2679 2679 t_bncMap* bncMap = new t_bncMap(this); 2680 bncMap->set Geometry( x(), int(y()+height()*1.3), 800, 600);2680 bncMap->setMinimumSize(800, 600); 2681 2681 bncMap->setWindowTitle("Selected Mountpoints"); 2682 2682
Note:
See TracChangeset
for help on using the changeset viewer.