diff options
Diffstat (limited to 'accounts/maildir/package/contents/ui/MaildirAccountSettings.qml')
-rw-r--r-- | accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml index b768979a..2e7b6d8a 100644 --- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml +++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | |||
@@ -57,8 +57,8 @@ Item { | |||
57 | fill: parent | 57 | fill: parent |
58 | } | 58 | } |
59 | columns: 2 | 59 | columns: 2 |
60 | columnSpacing: Kirigami.Units.largeSpacing | 60 | columnSpacing: KubeTheme.Units.largeSpacing |
61 | rowSpacing: Kirigami.Units.largeSpacing | 61 | rowSpacing: KubeTheme.Units.largeSpacing |
62 | 62 | ||
63 | Controls.Label { | 63 | Controls.Label { |
64 | text: "Title of Account" | 64 | text: "Title of Account" |
@@ -88,7 +88,7 @@ Item { | |||
88 | } | 88 | } |
89 | 89 | ||
90 | Controls.Button { | 90 | Controls.Button { |
91 | iconName: "folder" | 91 | iconName: KubeTheme.Icons.folder |
92 | 92 | ||
93 | onClicked: { | 93 | onClicked: { |
94 | fileDialogComponent.createObject(parent) | 94 | fileDialogComponent.createObject(parent) |