forked from Shinonome/dots-hyprland
adjust secondary tab rounding
This commit is contained in:
@@ -91,7 +91,7 @@ TabButton {
|
|||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
id: buttonBackground
|
id: buttonBackground
|
||||||
radius: Appearance?.rounding.small ?? 7
|
radius: Appearance?.rounding.normal
|
||||||
implicitHeight: 37
|
implicitHeight: 37
|
||||||
color: (root.hovered ? root.colBackgroundHover : root.colBackground)
|
color: (root.hovered ? root.colBackgroundHover : root.colBackground)
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user