Ticket #3036: drivesetup-2.patch
File drivesetup-2.patch, 454 bytes (added by , 15 years ago) |
---|
-
MainWindow.cpp
387 387 388 388 // Adjust window size for convenience 389 389 float enlargeBy = fListView->PreferredSize().width 390 - fListView->Bounds().Width() ;390 - fListView->Bounds().Width() + 25.0f; 391 391 if (enlargeBy > 0.0f) { 392 392 BScreen screen(this); 393 393 float windowWidth = Frame().Width() + enlargeBy;