make DockButton not rely on auto-cascaded dockRow.padding

This commit is contained in:
end-4
2025-08-18 18:17:14 +07:00
parent d051246b7e
commit 0f81d2cace
3 changed files with 22 additions and 21 deletions
@@ -11,8 +11,5 @@ RippleButton {
implicitWidth: implicitHeight - topInset - bottomInset
buttonRadius: Appearance.rounding.normal
topInset: Appearance.sizes.hyprlandGapsOut + dockRow.padding
bottomInset: Appearance.sizes.hyprlandGapsOut + dockRow.padding
background.implicitHeight: 50
}