diff options
author | Heiko Becker <heirecka@exherbo.org> | 2017-02-13 20:17:38 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-13 20:25:07 +0100 |
commit | f33590064be8de3270f4af438414e25600b45e68 (patch) | |
tree | 251f5a30b1afe9d601256e3617b797363bf0f4ce /components/package/contents/ui | |
parent | 0db00ae5bb828cfac5dd149fa9c0432eed5403a6 (diff) | |
parent | f911614979d873c170c1628d7750db18d9f444fb (diff) | |
download | kube-f33590064be8de3270f4af438414e25600b45e68.tar.gz kube-f33590064be8de3270f4af438414e25600b45e68.zip |
People.qml: Fix typo
Summary: s/Krigami/Kirigami/
Reviewers: #kube
Differential Revision: https://phabricator.kde.org/D4450
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/People.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/People.qml b/components/package/contents/ui/People.qml index 516a66fa..860609e0 100644 --- a/components/package/contents/ui/People.qml +++ b/components/package/contents/ui/People.qml | |||
@@ -144,7 +144,7 @@ Popup { | |||
144 | bottom: parent.bottom | 144 | bottom: parent.bottom |
145 | } | 145 | } |
146 | 146 | ||
147 | color: Krigami.Theme.viewBackgroundColor | 147 | color: Kirigami.Theme.viewBackgroundColor |
148 | 148 | ||
149 | Row{ | 149 | Row{ |
150 | id: avatar_row | 150 | id: avatar_row |