mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
1b6743efeb
commit
3c7499c48b
@ -72,7 +72,7 @@ Rectangle {
|
||||
height: container.height
|
||||
width: container.width
|
||||
modal: true
|
||||
dim:false
|
||||
Overlay.modal: Item {}
|
||||
enter: Transition {
|
||||
reversible: true
|
||||
NumberAnimation {
|
||||
|
@ -42,7 +42,7 @@ Button{
|
||||
Menu{
|
||||
id:popup
|
||||
modal: true
|
||||
dim:false
|
||||
Overlay.modal: Item {}
|
||||
height: container.height
|
||||
width: container.width
|
||||
contentItem: Item{
|
||||
|
@ -106,7 +106,7 @@ Rectangle {
|
||||
modal: true
|
||||
width: container.width
|
||||
height: container.height
|
||||
dim:false
|
||||
Overlay.modal: Item {}
|
||||
enter: Transition {
|
||||
reversible: true
|
||||
NumberAnimation {
|
||||
|
@ -124,7 +124,7 @@ Rectangle {
|
||||
width: container.width
|
||||
height: container.height
|
||||
modal: true
|
||||
dim:false
|
||||
Overlay.modal: Item {}
|
||||
enter: Transition {
|
||||
reversible: true
|
||||
NumberAnimation {
|
||||
|
@ -72,7 +72,7 @@ Rectangle {
|
||||
height: container.height
|
||||
width: container.width
|
||||
modal: true
|
||||
dim:false
|
||||
Overlay.modal: Item {}
|
||||
enter: Transition {
|
||||
reversible: true
|
||||
NumberAnimation {
|
||||
|
@ -43,7 +43,7 @@ Button{
|
||||
Menu{
|
||||
id:popup
|
||||
modal: true
|
||||
dim:false
|
||||
Overlay.modal: Item {}
|
||||
height: container.height
|
||||
width: container.width
|
||||
contentItem: Item{
|
||||
|
@ -106,7 +106,7 @@ Rectangle {
|
||||
modal: true
|
||||
width: container.width
|
||||
height: container.height
|
||||
dim:false
|
||||
Overlay.modal: Item {}
|
||||
enter: Transition {
|
||||
reversible: true
|
||||
NumberAnimation {
|
||||
|
@ -124,7 +124,7 @@ Rectangle {
|
||||
width: container.width
|
||||
height: container.height
|
||||
modal: true
|
||||
dim:false
|
||||
Overlay.modal: Item {}
|
||||
enter: Transition {
|
||||
reversible: true
|
||||
NumberAnimation {
|
||||
|
Loading…
Reference in New Issue
Block a user