diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-28 11:27:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-28 11:27:29 +0200 |
commit | db06df742d0292a2a3a40e334470ba855a7ea85a (patch) | |
tree | ac3411a59a85d008d18253bc060c04f257358ca7 | |
parent | 1b46726b46197776c70adb9367fd604d50522755 (diff) | |
download | kube-db06df742d0292a2a3a40e334470ba855a7ea85a.tar.gz kube-db06df742d0292a2a3a40e334470ba855a7ea85a.zip |
Tooltips
-rw-r--r-- | components/kube/qml/Kube.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/kube/qml/Kube.qml b/components/kube/qml/Kube.qml index e33119aa..b158e1e8 100644 --- a/components/kube/qml/Kube.qml +++ b/components/kube/qml/Kube.qml | |||
@@ -188,7 +188,7 @@ Controls2.ApplicationWindow { | |||
188 | width: height | 188 | width: height |
189 | 189 | ||
190 | Kube.ToolTip { | 190 | Kube.ToolTip { |
191 | text: qsTr("outbox") | 191 | text: qsTr("Outbox") |
192 | visible: parent.hovered | 192 | visible: parent.hovered |
193 | } | 193 | } |
194 | } | 194 | } |
@@ -221,7 +221,7 @@ Controls2.ApplicationWindow { | |||
221 | checkable: true | 221 | checkable: true |
222 | checked: kubeViews.currentViewName == "accounts" | 222 | checked: kubeViews.currentViewName == "accounts" |
223 | Controls2.ButtonGroup.group: viewButtonGroup | 223 | Controls2.ButtonGroup.group: viewButtonGroup |
224 | tooltip: qsTr("settings") | 224 | tooltip: qsTr("Settings") |
225 | } | 225 | } |
226 | } | 226 | } |
227 | } | 227 | } |