summaryrefslogtreecommitdiff
path: root/settings/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'settings/accounts')
-rw-r--r--settings/accounts/ui/mastodon.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml
index a4bd512..129fda5 100644
--- a/settings/accounts/ui/mastodon.qml
+++ b/settings/accounts/ui/mastodon.qml
@@ -255,11 +255,14 @@ AccountCreationAgent {
width: parent.width - x * 2
spacing: Theme.paddingMedium
- Icon {
+ Image {
id: promptIcon
width: Theme.iconSizeMedium
height: Theme.iconSizeMedium
source: "image://theme/icon-l-mastodon"
+ fillMode: Image.PreserveAspectFit
+ sourceSize.width: width
+ sourceSize.height: height
}
//: Prompt shown in account setup before OAuth sign-in.