From 6221f48574df1e212339f0588475849140b119cb Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 Apr 2018 14:30:38 +0200 Subject: Replaced ToolButton by IconButton Controls1 components don't scale correctly on high-dpi displays. --- components/accounts/qml/AccountWizardPage.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/accounts/qml') 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 @@ import QtQuick 2.7 import QtQuick.Layouts 1.1 -import QtQuick.Controls 1.4 as Controls import QtQuick.Controls 2.0 as Controls2 import org.kube.framework 1.0 as Kube @@ -48,7 +47,7 @@ FocusScope { accountType: root.accountType } - Controls.ToolButton { + Kube.IconButton { id: backButton iconName: Kube.Icons.goBack tooltip: "go back" -- cgit v1.2.3