Ticket #3036: drivesetup.patch
File drivesetup.patch, 363 bytes (added by , 16 years ago) |
---|
-
DriveSetup.cpp
46 46 void 47 47 DriveSetup::ReadyToRun() 48 48 { 49 fWindow = new MainWindow(BRect(50, 50, 600, 450));49 fWindow = new MainWindow(BRect(50, 50, 700, 400)); 50 50 _RestoreSettings(); 51 51 fWindow->Show(); 52 52 }