summaryrefslogtreecommitdiff
path: root/settings/accounts/ui
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-04-03 12:36:59 +0200
committerAndrew Branson <andrew.branson@jolla.com>2026-04-03 12:36:59 +0200
commit5f999f7a4712c4a4d1c89054b544064cfd4b769e (patch)
treebc3cd7dec3e6ac358ebcc07dd8440aac3bd507dd /settings/accounts/ui
parentfd2fac203d3ffd8770c2ed60dedbd7b0777e0e32 (diff)
Icon fixesHEADmaster
- Detint icon on first signin - Symlink it to the old meegotouch theme dir if it exists.
Diffstat (limited to 'settings/accounts/ui')
-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.