diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-04-03 12:36:59 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-04-03 12:36:59 +0200 |
| commit | 5f999f7a4712c4a4d1c89054b544064cfd4b769e (patch) | |
| tree | bc3cd7dec3e6ac358ebcc07dd8440aac3bd507dd /settings/accounts/ui/mastodon.qml | |
| parent | fd2fac203d3ffd8770c2ed60dedbd7b0777e0e32 (diff) | |
- Detint icon on first signin
- Symlink it to the old meegotouch theme dir if it exists.
Diffstat (limited to 'settings/accounts/ui/mastodon.qml')
| -rw-r--r-- | settings/accounts/ui/mastodon.qml | 5 |
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. |
