forked from Shinonome/dots-hyprland
clipping rounding for scrollables
This commit is contained in:
@@ -425,7 +425,15 @@ Item {
|
||||
implicitHeight: expanded ? actionRowLayout.implicitHeight : 0
|
||||
height: expanded ? actionRowLayout.implicitHeight : 0
|
||||
contentWidth: actionRowLayout.implicitWidth
|
||||
clip: true
|
||||
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
width: actionsFlickable.width
|
||||
height: actionsFlickable.height
|
||||
radius: Appearance.rounding.small
|
||||
}
|
||||
}
|
||||
|
||||
opacity: expanded ? 1 : 0
|
||||
visible: opacity > 0
|
||||
|
||||
Reference in New Issue
Block a user