adjust secondary tab rounding

This commit is contained in:
end-4
2025-10-29 12:05:21 +01:00
parent db3d8ddfc2
commit 981e3be9b0
@@ -91,7 +91,7 @@ TabButton {
background: Rectangle {
id: buttonBackground
radius: Appearance?.rounding.small ?? 7
radius: Appearance?.rounding.normal
implicitHeight: 37
color: (root.hovered ? root.colBackgroundHover : root.colBackground)
layer.enabled: true