filipf added inline comments.

INLINE COMMENTS

> main.qml:154
>          }
> +        width: Math.round(text.implicitWidth + units.smallSpacing) // make 
> sure label is not blurry
>          text: (dirModel.count === 0) ? i18n("Trash\nEmpty") : 
> i18np("Trash\nOne item", "Trash\n %1 items", dirModel.count)

Should I copy all of the code from `FolderItemDelegate.qml`? It's:

`width: Math.round(Math.min(label.implicitWidth + units.smallSpacing, 
parent.width - units.smallSpacing))`

REPOSITORY
  R119 Plasma Desktop

BRANCH
  trashcan-consistent-shadows (branched from master)

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

To: filipf, #plasma, #vdg, ngraham
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to