This commit is contained in:
朱子楚\zhuzi 2023-10-02 10:16:23 +08:00
parent 1b6743efeb
commit 3c7499c48b
8 changed files with 8 additions and 8 deletions

View File

@ -72,7 +72,7 @@ Rectangle {
height: container.height
width: container.width
modal: true
dim:false
Overlay.modal: Item {}
enter: Transition {
reversible: true
NumberAnimation {

View File

@ -42,7 +42,7 @@ Button{
Menu{
id:popup
modal: true
dim:false
Overlay.modal: Item {}
height: container.height
width: container.width
contentItem: Item{

View File

@ -106,7 +106,7 @@ Rectangle {
modal: true
width: container.width
height: container.height
dim:false
Overlay.modal: Item {}
enter: Transition {
reversible: true
NumberAnimation {

View File

@ -124,7 +124,7 @@ Rectangle {
width: container.width
height: container.height
modal: true
dim:false
Overlay.modal: Item {}
enter: Transition {
reversible: true
NumberAnimation {

View File

@ -72,7 +72,7 @@ Rectangle {
height: container.height
width: container.width
modal: true
dim:false
Overlay.modal: Item {}
enter: Transition {
reversible: true
NumberAnimation {

View File

@ -43,7 +43,7 @@ Button{
Menu{
id:popup
modal: true
dim:false
Overlay.modal: Item {}
height: container.height
width: container.width
contentItem: Item{

View File

@ -106,7 +106,7 @@ Rectangle {
modal: true
width: container.width
height: container.height
dim:false
Overlay.modal: Item {}
enter: Transition {
reversible: true
NumberAnimation {

View File

@ -124,7 +124,7 @@ Rectangle {
width: container.width
height: container.height
modal: true
dim:false
Overlay.modal: Item {}
enter: Transition {
reversible: true
NumberAnimation {