fix(MyProfileSettingsView): fingerprint entry should fill the full width
Fixes #6361
This commit is contained in:
parent
47897f431f
commit
1a2eb84ace
|
@ -82,10 +82,13 @@ ColumnLayout {
|
|||
StatusListItem {
|
||||
Layout.fillWidth: true
|
||||
visible: Qt.platform.os == "osx"
|
||||
leftPadding: 0
|
||||
rightPadding: 0
|
||||
title: qsTr("Biometric login and transaction authentication")
|
||||
icon.name: "touch-id"
|
||||
components: [ StatusSwitch {
|
||||
id: biometricsSwitch
|
||||
horizontalPadding: 0
|
||||
readonly property bool currentStoredValue: localAccountSettings.storeToKeychainValue === Constants.storeToKeychainValueStore
|
||||
checked: currentStoredValue
|
||||
} ]
|
||||
|
|
Loading…
Reference in New Issue