Equalize bar status icon spacing

This commit is contained in:
David Heinemeier Hansson
2026-07-18 10:51:14 -07:00
parent b39313abcf
commit 52ecb4eaf7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -46,6 +46,6 @@ BarIconButton {
fontSize: Style.font.caption
horizontalMargin: 5
verticalPadding: 5
fixedWidth: -1
fixedHeight: -1
fixedWidth: vertical ? -1 : Style.bar.statusSlot
fixedHeight: vertical ? Style.bar.statusSlot : -1
}