diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-23 12:39:27 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-23 12:39:27 +0200 |
commit | 3eee9784f01a1d5b56ca735eb7ab8ab605d91f8c (patch) | |
tree | 7a618c3fd3c37f63d104268a377e72d56fe2a4ce /accounts | |
parent | 4ea3d40ea0c4e3437925bc79869f5a8c7b7bc159 (diff) | |
download | kube-3eee9784f01a1d5b56ca735eb7ab8ab605d91f8c.tar.gz kube-3eee9784f01a1d5b56ca735eb7ab8ab605d91f8c.zip |
Support links on all labels
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gmail/package/contents/ui/GmailSettings.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/accounts/gmail/package/contents/ui/GmailSettings.qml b/accounts/gmail/package/contents/ui/GmailSettings.qml index 4fe6bc89..16f7dbf3 100644 --- a/accounts/gmail/package/contents/ui/GmailSettings.qml +++ b/accounts/gmail/package/contents/ui/GmailSettings.qml | |||
@@ -59,13 +59,7 @@ Item { | |||
59 | <li> Visit <a href='https://myaccount.google.com/lesssecureapps'>https://myaccount.google.com/lesssecureapps</a> and enable the setting to allow Kube to connect to your account." | 59 | <li> Visit <a href='https://myaccount.google.com/lesssecureapps'>https://myaccount.google.com/lesssecureapps</a> and enable the setting to allow Kube to connect to your account." |
60 | Layout.alignment: Qt.AlignCenter | 60 | Layout.alignment: Qt.AlignCenter |
61 | Layout.columnSpan: 2 | 61 | Layout.columnSpan: 2 |
62 | onLinkActivated: Qt.openUrlExternally(link) | ||
63 | textFormat: Text.StyledText | 62 | textFormat: Text.StyledText |
64 | MouseArea { | ||
65 | anchors.fill: parent | ||
66 | acceptedButtons: Qt.NoButton // we don't want to eat clicks on the Text | ||
67 | cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor | ||
68 | } | ||
69 | } | 63 | } |
70 | 64 | ||
71 | Kube.Label { | 65 | Kube.Label { |