Changeset 571 for trunk/MagicSoft/Mars/mgui/MGDataCheckMain.cc
- Timestamp:
- 01/18/01 11:46:04 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGDataCheckMain.cc
r544 r571 169 169 fFileCont->Sort(kSortByName) ; 170 170 171 fTabF1b->AddFrame(fFileView, new TGLayoutHints(kLHintsTop | kLHintsExpandX , 5, 5, 5, 5) ) ;171 fTabF1b->AddFrame(fFileView, new TGLayoutHints(kLHintsTop | kLHintsExpandX | kLHintsExpandY, 5, 5, 5, 5) ) ; 172 172 173 173 tf->AddFrame(fTabF1, fLayTab) ; … … 181 181 // 182 182 183 SetWMSizeHints(400, 650, 1000, 1000, 10, 10 ) ; // set the smallest and biggest size of the Main frame183 SetWMSizeHints(400, 350, 1000, 1000, 10, 10 ) ; // set the smallest and biggest size of the Main frame 184 184 185 185 MapSubwindows();
Note:
See TracChangeset
for help on using the changeset viewer.