mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
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 {
|
StatusListItem {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
visible: Qt.platform.os == "osx"
|
visible: Qt.platform.os == "osx"
|
||||||
|
leftPadding: 0
|
||||||
|
rightPadding: 0
|
||||||
title: qsTr("Biometric login and transaction authentication")
|
title: qsTr("Biometric login and transaction authentication")
|
||||||
icon.name: "touch-id"
|
icon.name: "touch-id"
|
||||||
components: [ StatusSwitch {
|
components: [ StatusSwitch {
|
||||||
id: biometricsSwitch
|
id: biometricsSwitch
|
||||||
|
horizontalPadding: 0
|
||||||
readonly property bool currentStoredValue: localAccountSettings.storeToKeychainValue === Constants.storeToKeychainValueStore
|
readonly property bool currentStoredValue: localAccountSettings.storeToKeychainValue === Constants.storeToKeychainValueStore
|
||||||
checked: currentStoredValue
|
checked: currentStoredValue
|
||||||
} ]
|
} ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user