Merge pull request #132 from mentalfl0w/dev

Expose more bulr options of FluPopup.
main
zhuzichu 2023-05-26 13:44:21 +08:00 committed by GitHub
commit 4878c92595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ Popup {
property alias blurSource: blur.sourceItem property alias blurSource: blur.sourceItem
property bool blurBackground: true property bool blurBackground: true
property alias blurOpacity: blur.acrylicOpacity property alias blurOpacity: blur.acrylicOpacity
property alias blurRectX: blur.rectX
property alias blurRectY: blur.rectY
enter: Transition { enter: Transition {
reversible: true reversible: true