Align vertical bar widgets to the icon grid

This commit is contained in:
David Heinemeier Hansson
2026-07-17 16:03:49 -07:00
parent 0c8c4ea26a
commit 22791803ed
5 changed files with 75 additions and 15 deletions
+1 -4
View File
@@ -1,7 +1,7 @@
import QtQuick
import qs.Commons
WidgetButton {
BarIconButton {
id: root
property string moduleName: ""
@@ -43,7 +43,4 @@ WidgetButton {
useActiveColor: false
maintainIndicatorReveal: indicatorBlock === "inactive"
revealHost: indicatorHost
fontSize: Style.font.caption
horizontalMargin: 5
verticalPadding: 5
}