From 4c1f62bceff8db26da6d0354b29438c3294e2522 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 4 Apr 2017 07:22:50 +0200 Subject: use theme --- components/accounts/contents/ui/AccountWizardPage.qml | 12 ++++++------ components/accounts/contents/ui/CreateGmail.qml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'components/accounts') diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml index f5f8c4ae..034c8fd5 100644 --- a/components/accounts/contents/ui/AccountWizardPage.qml +++ b/components/accounts/contents/ui/AccountWizardPage.qml @@ -36,7 +36,7 @@ Item { } Controls.ToolButton { - iconName: "go-previous" + iconName: KubeTheme.Icons.goBack tooltip: "go back" onClicked: { stack.pop() @@ -48,7 +48,7 @@ Item { anchors { fill: parent - margins: Kirigami.Units.largeSpacing * 2 + margins: KubeTheme.Units.largeSpacing * 2 } Kirigami.Heading { @@ -77,7 +77,7 @@ Item { top:subHeadline.bottom left: parent.left right: parent.right - topMargin: Kirigami.Units.largeSpacing * 2 + topMargin: KubeTheme.Units.largeSpacing * 2 } Loader { @@ -105,12 +105,12 @@ Item { bottom: parent.bottom left: parent.left right: parent.right - topMargin: Kirigami.Units.largeSpacing * 2 + topMargin: KubeTheme.Units.largeSpacing * 2 } columns: 2 - columnSpacing: Kirigami.Units.largeSpacing - rowSpacing: Kirigami.Units.largeSpacing + columnSpacing: KubeTheme.Units.largeSpacing + rowSpacing: KubeTheme.Units.largeSpacing Item { Layout.fillHeight: true diff --git a/components/accounts/contents/ui/CreateGmail.qml b/components/accounts/contents/ui/CreateGmail.qml index d031a051..2b29f9ee 100644 --- a/components/accounts/contents/ui/CreateGmail.qml +++ b/components/accounts/contents/ui/CreateGmail.qml @@ -32,7 +32,7 @@ Item { } Controls.ToolButton { - iconName: "go-previous" + iconName: KubeTheme.Icons.goBack tooltip: "go back" @@ -46,7 +46,7 @@ Item { anchors { fill: parent - margins: Kirigami.Units.largeSpacing * 2 + margins: KubeTheme.Units.largeSpacing * 2 } Kirigami.Heading { @@ -79,12 +79,12 @@ Item { bottom: parent.bottom left: parent.left right: parent.right - topMargin: Kirigami.Units.largeSpacing * 2 + topMargin: KubeTheme.Units.largeSpacing * 2 } columns: 2 - columnSpacing: Kirigami.Units.largeSpacing - rowSpacing: Kirigami.Units.largeSpacing + columnSpacing: KubeTheme.Units.largeSpacing + rowSpacing: KubeTheme.Units.largeSpacing Controls.Label { text: "Title of Account" -- cgit v1.2.3