1
0

qml: abstract ElDialog resize behavior to property

This commit is contained in:
Sander van Grieken
2023-03-22 13:56:03 +01:00
parent 17bb1ad5c5
commit 4bdd521a4b
3 changed files with 4 additions and 2 deletions

View File

@@ -264,6 +264,7 @@ ApplicationWindow
Item {
// Item as first child in Overlay that adjusts its size to the available
// screen space minus the virtual keyboard (e.g. to center dialogs in)
// see ElDialog.resizeWithKeyboard property
parent: Overlay.overlay
width: parent.width
height: inputPanel.y