diff --git a/panels/notification/plugin/NotifyItemContent.qml b/panels/notification/plugin/NotifyItemContent.qml index 1e20e0742..743da1741 100644 --- a/panels/notification/plugin/NotifyItemContent.qml +++ b/panels/notification/plugin/NotifyItemContent.qml @@ -266,7 +266,7 @@ NotifyItem { color: palette.windowText renderType: Text.QtRendering wrapMode: Text.NoWrap - elide: Text.ElideMiddle + elide: Text.ElideRight Layout.fillWidth: true Layout.alignment: Qt.AlignLeft | Qt.AlignTop }