summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-04 14:30:38 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-04 14:30:38 +0200
commit6221f48574df1e212339f0588475849140b119cb (patch)
treee2d3e8689fe1eeaba1a514b52f417bf899d03fc2 /components
parent56020f4335c9ad0c1f0b65690ba264d0b6d2fa3f (diff)
downloadkube-6221f48574df1e212339f0588475849140b119cb.tar.gz
kube-6221f48574df1e212339f0588475849140b119cb.zip
Replaced ToolButton by IconButton
Controls1 components don't scale correctly on high-dpi displays.
Diffstat (limited to 'components')
-rw-r--r--components/accounts/qml/AccountWizardPage.qml3
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
20import QtQuick 2.7 20import QtQuick 2.7
21import QtQuick.Layouts 1.1 21import QtQuick.Layouts 1.1
22import QtQuick.Controls 1.4 as Controls
23import QtQuick.Controls 2.0 as Controls2 22import QtQuick.Controls 2.0 as Controls2
24import org.kube.framework 1.0 as Kube 23import 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"