diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 12:21:16 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 12:21:16 +0200 |
commit | c1215a71c753a3724f5eaeca82f5dc22319abef3 (patch) | |
tree | 5e7c32035c02b1b20a165366a01b67b51d1a41e2 /components/package/contents/ui | |
parent | fb651c85409e87232df885090c94924c7bbc038a (diff) | |
download | kube-c1215a71c753a3724f5eaeca82f5dc22319abef3.tar.gz kube-c1215a71c753a3724f5eaeca82f5dc22319abef3.zip |
fix typo...
Diffstat (limited to 'components/package/contents/ui')
-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 |