ngraham requested changes to this revision. ngraham added inline comments. INLINE COMMENTS
> kpropertiesdialog.cpp:1869 > + lbl = new QLabel(i18n("Octal: %1", perm2), gb); > + gl = new QGridLayout(gb); > + gl->addWidget(lbl, 7, 0, Qt::AlignRight); You don't need to create a whole new grid layout; just add the label to the existing one. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D20735 To: shubham, ngraham, pino Cc: pino, kde-frameworks-devel, michaelh, ngraham, bruns