diff options
Diffstat (limited to 'components/package')
-rw-r--r-- | components/package/contents/ui/Notification.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/Notification.qml b/components/package/contents/ui/Notification.qml index 8c0551f8..15291c43 100644 --- a/components/package/contents/ui/Notification.qml +++ b/components/package/contents/ui/Notification.qml | |||
@@ -73,7 +73,7 @@ MouseArea { | |||
73 | 73 | ||
74 | font.pixelSize: 16 | 74 | font.pixelSize: 16 |
75 | 75 | ||
76 | color: KubeTheme.Colors.highlighedTextColor | 76 | color: KubeTheme.Colors.highlightedTextColor |
77 | horizontalAlignment: Text.AlignHCenter | 77 | horizontalAlignment: Text.AlignHCenter |
78 | elide: Text.ElideRight | 78 | elide: Text.ElideRight |
79 | wrapMode: Text.Wrap | 79 | wrapMode: Text.Wrap |