D24746: [kpropertiesdialog] adjust ui for root directory
Ahmad Samir
noreply at phabricator.kde.org
Thu Oct 17 21:24:17 BST 2019
ahmadsamir added inline comments.
INLINE COMMENTS
> kpropertiesdialog.cpp:1172
>
> - l = new QLabel(i18n("Mounted on:"), d->m_frame);
> - grid->addWidget(l, curRow, 0, Qt::AlignRight);
> + // only show for non-root folders because '/' is obviously mounted on '/'
> + if(!hasRoot) {
Probably not so obvious for new Linux users; especially those coming from windows where things are represented as C:\, D:\ ... etc.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D24746
To: tienisto, #vdg, ngraham
Cc: ahmadsamir, GB_2, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191017/1263e37e/attachment.html>
More information about the Kde-frameworks-devel
mailing list