refractor

This commit is contained in:
end-4
2025-04-20 18:28:28 +02:00
parent 19ba832938
commit 5b84100c52
3 changed files with 116 additions and 93 deletions
@@ -15,6 +15,16 @@ Item {
id: flickable
anchors.fill: parent
contentHeight: volumeMixerColumnLayout.height
layer.enabled: true
layer.effect: OpacityMask {
maskSource: Rectangle {
width: flickable.width
height: flickable.height
radius: Appearance.rounding.normal
}
}
ColumnLayout {
id: volumeMixerColumnLayout
anchors.top: parent.top