mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
add missing clipping for scrollable content
This commit is contained in:
parent
1aa721dac8
commit
bcfb4e169e
9 changed files with 10 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ Item {
|
|||
height: size
|
||||
sourceSize.width: size
|
||||
sourceSize.height: size
|
||||
|
||||
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
@ -472,6 +472,7 @@ Item {
|
|||
height: expanded ? actionRowLayout.implicitHeight : 0
|
||||
contentWidth: actionRowLayout.implicitWidth
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
|
|
@ -181,6 +181,7 @@ Item { // Wrapper
|
|||
anchors.centerIn: parent
|
||||
spacing: 0
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ Item {
|
|||
|
||||
property int lastResponseLength: 0
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ Scope { // Scope
|
|||
sidebarRoot.currentTab = currentIndex
|
||||
}
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ Rectangle {
|
|||
// height: tagRowLayout.implicitHeight
|
||||
contentWidth: tagRowLayout.implicitWidth
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ Rectangle {
|
|||
root.currentTab = currentIndex
|
||||
}
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ Item {
|
|||
anchors.bottom: statusRow.top
|
||||
contentHeight: columnLayout.height
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ Item {
|
|||
anchors.fill: parent
|
||||
contentHeight: columnLayout.height
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ Item {
|
|||
anchors.fill: parent
|
||||
contentHeight: volumeMixerColumnLayout.height
|
||||
|
||||
clip: true
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
|
|
|
|||
Loading…
Reference in a new issue