broulik added inline comments.

INLINE COMMENTS

> kdiroperatordetailview.cpp:103
>          QHeaderView *headerView = header();
> -        headerView->setSectionResizeMode(QHeaderView::Interactive);
> +        headerView->setSectionResizeMode(1, QHeaderView::Stretch);
>          headerView->setStretchLastSection(false);

For first colum you want to set it to `0`, here it blew up the "Size" column to 
full width

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D11993

To: sharvey, ngraham, dfaure
Cc: broulik, #frameworks, michaelh, ngraham, bruns

Reply via email to