Restore compact status icon spacing

This commit is contained in:
David Heinemeier Hansson
2026-07-17 16:15:01 -07:00
parent 6867f16b78
commit 8211b86ac6
4 changed files with 31 additions and 3 deletions
@@ -57,6 +57,7 @@ BarWidget {
anchors.fill: parent
bar: root.bar
text: "\uf021"
fontSize: Style.font.caption
tooltipText: ""
onPressed: root.runUpdate()
}