Ticket #3036: ColumnListView_widthfix.patch

File ColumnListView_widthfix.patch, 379 bytes (added by Duggan, 14 years ago)

Fixes ColumnListView width issues

  • src/kits/interface/ColumnListView.cpp

     
    25112511    }
    25122512
    25132513    return width + MAX(kLeftMargin,
    2514         fMasterView->LatchWidth()) + kRightMargin * 2;
     2514        fMasterView->LatchWidth());
    25152515}
    25162516
    25172517