mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-01 23:51:48 +08:00
update
This commit is contained in:
@ -7,13 +7,14 @@ Item {
|
||||
|
||||
property alias color: rect.color
|
||||
property alias acrylicOpacity: rect.opacity
|
||||
property int radius: 50
|
||||
property var sourceItem: control.parent
|
||||
|
||||
Rectangle {
|
||||
id: rect
|
||||
anchors.fill: parent
|
||||
color: "white"
|
||||
opacity: 0.05
|
||||
opacity: 0.1
|
||||
}
|
||||
|
||||
ShaderEffectSource {
|
||||
@ -24,7 +25,7 @@ Item {
|
||||
}
|
||||
|
||||
FastBlur {
|
||||
radius: 20
|
||||
radius: control.radius
|
||||
anchors.fill: effect_source
|
||||
source: effect_source
|
||||
}
|
||||
|
Reference in New Issue
Block a user