diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 14:30:38 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 14:30:38 +0200 |
commit | 6221f48574df1e212339f0588475849140b119cb (patch) | |
tree | e2d3e8689fe1eeaba1a514b52f417bf899d03fc2 | |
parent | 56020f4335c9ad0c1f0b65690ba264d0b6d2fa3f (diff) | |
download | kube-6221f48574df1e212339f0588475849140b119cb.tar.gz kube-6221f48574df1e212339f0588475849140b119cb.zip |
Replaced ToolButton by IconButton
Controls1 components don't scale correctly on high-dpi displays.
-rw-r--r-- | components/accounts/qml/AccountWizardPage.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/accounts/qml/AccountWizardPage.qml b/components/accounts/qml/AccountWizardPage.qml index 99bad388..66fae82a 100644 --- a/components/accounts/qml/AccountWizardPage.qml +++ b/components/accounts/qml/AccountWizardPage.qml | |||
@@ -19,7 +19,6 @@ | |||
19 | 19 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | import QtQuick.Controls 1.4 as Controls | ||
23 | import QtQuick.Controls 2.0 as Controls2 | 22 | import QtQuick.Controls 2.0 as Controls2 |
24 | import org.kube.framework 1.0 as Kube | 23 | import org.kube.framework 1.0 as Kube |
25 | 24 | ||
@@ -48,7 +47,7 @@ FocusScope { | |||
48 | accountType: root.accountType | 47 | accountType: root.accountType |
49 | } | 48 | } |
50 | 49 | ||
51 | Controls.ToolButton { | 50 | Kube.IconButton { |
52 | id: backButton | 51 | id: backButton |
53 | iconName: Kube.Icons.goBack | 52 | iconName: Kube.Icons.goBack |
54 | tooltip: "go back" | 53 | tooltip: "go back" |