Fix spacing

This commit is contained in:
David Heinemeier Hansson
2026-05-15 19:06:14 +02:00
parent d6e8149580
commit 52817ec465
3 changed files with 5 additions and 5 deletions
@@ -174,7 +174,7 @@ Item {
anchors.fill: parent
bar: root.bar
text: root.outputIcon()
fontSize: 14
fontSize: 12
tooltipText: root.sink ? root.nodeLabel(root.sink) + " · " + Math.round(root.outputVolume * 100) + "%" : "No audio"
onPressed: function(b) {
@@ -144,7 +144,7 @@ Item {
anchors.fill: parent
bar: root.bar
text: "󰙪"
fontSize: 14
fontSize: 12
tooltipText: "Quick Settings"
onPressed: function() { root.popupOpen = !root.popupOpen }
}