Just make bluetooth panel show human options

This commit is contained in:
David Heinemeier Hansson
2026-05-18 15:41:21 +02:00
parent cddc18b1cd
commit debda5cef8
2 changed files with 81 additions and 32 deletions
+3
View File
@@ -17,6 +17,7 @@ Rectangle {
property string fontFamily: "JetBrainsMono Nerd Font"
property real fontSize: 12
property real iconSize: 14
property real iconRotation: 0
property real horizontalPadding: 10
property real verticalPadding: 6
property bool active: false
@@ -116,6 +117,8 @@ Rectangle {
color: root.foreground
font.family: root.fontFamily
font.pixelSize: root.iconSize
rotation: root.iconRotation
transformOrigin: Item.Center
anchors.verticalCenter: parent.verticalCenter
}