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