Ticket #3036: drivesetup.patch

File drivesetup.patch, 363 bytes (added by harsha, 15 years ago)
  • DriveSetup.cpp

     
    4646void
    4747DriveSetup::ReadyToRun()
    4848{
    49     fWindow = new MainWindow(BRect(50, 50, 600, 450));
     49    fWindow = new MainWindow(BRect(50, 50, 700, 400));
    5050    _RestoreSettings();
    5151    fWindow->Show();
    5252}