diff options
Diffstat (limited to 'settings/accounts/ui/mastodon.qml')
| -rw-r--r-- | settings/accounts/ui/mastodon.qml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml index a32f336..129fda5 100644 --- a/settings/accounts/ui/mastodon.qml +++ b/settings/accounts/ui/mastodon.qml @@ -1,5 +1,7 @@ /* - * Copyright (C) 2013-2026 Jolla Ltd. + * SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. + * + * SPDX-License-Identifier: BSD-3-Clause */ import QtQuick 2.0 @@ -253,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. |
