mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 11:08:55 +00:00
fix(MyProfileSettingsView): adjust biometrics switch padding
Fixes #7306
This commit is contained in:
parent
dd08cb60c2
commit
6668803fb3
@ -127,8 +127,6 @@ 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")
|
||||||
asset.name: "touch-id"
|
asset.name: "touch-id"
|
||||||
components: [ StatusSwitch {
|
components: [ StatusSwitch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user