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
@@ -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 }
}