D11993: Tweak column widths in tree view of file open/save dialogs
Kai Uwe Broulik
noreply at phabricator.kde.org
Fri Apr 6 20:03:23 UTC 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180406/28f2f772/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list