qml: abstract ElDialog resize behavior to property
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user