update x value of topbutton when resize window

This commit is contained in:
ronoaer 2023-10-10 08:43:56 +08:00
parent 45dc302de4
commit da02f49850
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,8 @@ import QtQuick.Shapes
Popup {
id: root
property alias buttonWidth: button.implicitWidth
modal: false
closePolicy: Popup.NoAutoClose
padding: 4
@ -20,6 +22,8 @@ Popup {
}
ImageButtonType {
id: button
image: "qrc:/images/svg/close_black_24dp.svg"
imageColor: "#D7D8DB"