diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-13 14:56:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-13 14:56:07 +0200 |
commit | ba774b1654efcd7b27f84c3e0f6fd9d98bc0f0d0 (patch) | |
tree | 1c5ade9b52b25b415efe6fd6f2289467b8eccc12 /views/people | |
parent | 1cdd003f623dec1fc2aff80c073c94e82b263a85 (diff) | |
download | kube-ba774b1654efcd7b27f84c3e0f6fd9d98bc0f0d0.tar.gz kube-ba774b1654efcd7b27f84c3e0f6fd9d98bc0f0d0.zip |
Contact removal
Diffstat (limited to 'views/people')
-rw-r--r-- | views/people/qml/People.qml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml index 8b35f5e7..718d3c08 100644 --- a/views/people/qml/People.qml +++ b/views/people/qml/People.qml | |||
@@ -228,7 +228,20 @@ FocusScope { | |||
228 | } | 228 | } |
229 | 229 | ||
230 | Kube.Button { | 230 | Kube.Button { |
231 | anchors { | ||
232 | bottom: parent.bottom | ||
233 | left: parent.left | ||
234 | margins: Kube.Units.largeSpacing | ||
235 | } | ||
236 | text: qsTr("Remove") | ||
231 | 237 | ||
238 | onClicked: { | ||
239 | contactController.remove() | ||
240 | stack.pop() | ||
241 | } | ||
242 | } | ||
243 | |||
244 | Kube.Button { | ||
232 | anchors { | 245 | anchors { |
233 | bottom: parent.bottom | 246 | bottom: parent.bottom |
234 | right: parent.right | 247 | right: parent.right |