forked from Shinonome/dots-hyprland
locksurface: adjust fingerprint icon size/spacing
This commit is contained in:
@@ -101,22 +101,17 @@ MouseArea {
|
|||||||
// Fingerprint
|
// Fingerprint
|
||||||
Loader {
|
Loader {
|
||||||
Layout.leftMargin: 10
|
Layout.leftMargin: 10
|
||||||
|
Layout.rightMargin: 6
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
active: root.context.fingerprintsConfigured // Bind to actual fingerprint availability
|
active: root.context.fingerprintsConfigured
|
||||||
visible: root.context.fingerprintsConfigured
|
visible: active
|
||||||
|
|
||||||
sourceComponent: Row {
|
sourceComponent: MaterialSymbol {
|
||||||
spacing: 8
|
id: fingerprintIcon
|
||||||
|
fill: 1
|
||||||
MaterialSymbol {
|
text: "fingerprint"
|
||||||
id: fingerprintIcon
|
iconSize: Appearance.font.pixelSize.hugeass
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
color: Appearance.colors.colOnSurfaceVariant
|
||||||
fill: 1
|
|
||||||
text: "fingerprint"
|
|
||||||
iconSize: Appearance.font.pixelSize.huge
|
|
||||||
color: Appearance.colors.colOnSurfaceVariant
|
|
||||||
animateChange: true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user