Ticket #3036: drivesetup-2.patch

File drivesetup-2.patch, 454 bytes (added by jacob.simpson, 14 years ago)

Expand window size to make horizonatal scrollbar inactive.

  • MainWindow.cpp

     
    387387
    388388    // Adjust window size for convenience
    389389    float enlargeBy = fListView->PreferredSize().width
    390         - fListView->Bounds().Width();
     390        - fListView->Bounds().Width() + 25.0f;
    391391    if (enlargeBy > 0.0f) {
    392392        BScreen screen(this);
    393393        float windowWidth = Frame().Width() + enlargeBy;