This commit is contained in:
朱子楚\zhuzi
2023-03-24 22:13:41 +08:00
parent 09bf3cf0ab
commit 8b0a0c7c98
3 changed files with 7 additions and 3 deletions

View File

@ -22,7 +22,8 @@ Popup {
modal:true
anchors.centerIn: Overlay.overlay
closePolicy: Popup.CloseOnEscape
background: Rectangle {
background:Item{}
contentItem: Rectangle {
id:layout_content
implicitWidth:minWidth
implicitHeight: text_title.height + text_message.height + layout_actions.height