summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-25 01:11:46 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-25 01:11:46 +0200
commit26037ebce96b571037008f0234fea1535a40ae72 (patch)
treed281ecd6e085493b17c92316fb0e6998602aa5a8 /components
parent6a607fbe1523687ad106100dfa25ba9eeeaf8f13 (diff)
downloadkube-26037ebce96b571037008f0234fea1535a40ae72.tar.gz
kube-26037ebce96b571037008f0234fea1535a40ae72.zip
TextButton based on AbstractButton
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/AddresseeListEditor.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/AddresseeListEditor.qml b/components/kube/contents/ui/AddresseeListEditor.qml
index 25916315..adb2f785 100644
--- a/components/kube/contents/ui/AddresseeListEditor.qml
+++ b/components/kube/contents/ui/AddresseeListEditor.qml
@@ -86,7 +86,7 @@ FocusScope {
86 Kube.TextButton { 86 Kube.TextButton {
87 id: button 87 id: button
88 text: "+ " + qsTr("Add recipient") 88 text: "+ " + qsTr("Add recipient")
89 color: Kube.Colors.highlightColor 89 textColor: Kube.Colors.highlightColor
90 focus: true 90 focus: true
91 onClicked: { 91 onClicked: {
92 lineEdit.visible = true 92 lineEdit.visible = true