Git commit 8a7e3bf4bccbd962c3eb3bcb69cf559333f599a4 by Aleix Pol. Committed on 31/05/2017 at 23:39. Pushed by apol into branch 'Plasma/5.10'. Don't elide the name, always elide the category label BUG: 378351 M +1 -0 discover/qml/ApplicationDelegate.qml https://commits.kde.org/discover/8a7e3bf4bccbd962c3eb3bcb69cf559333f599a4 diff --git a/discover/qml/ApplicationDelegate.qml b/discover/qml/Applicatio= nDelegate.qml index 2deaa1d7..cbb74b9d 100644 --- a/discover/qml/ApplicationDelegate.qml +++ b/discover/qml/ApplicationDelegate.qml @@ -73,6 +73,7 @@ Kirigami.AbstractListItem Layout.fillWidth: true elide: Text.ElideRight text: delegateArea.application.name + Layout.minimumWidth: implicitWidth maximumLineCount: 1 } Label {