remove visualParent for QUeryDialog
This commit is contained in:
parent
b29ddd2f27
commit
46fcb0f402
@ -162,7 +162,7 @@ PlasmaComponents.Page {
|
|||||||
PlasmaComponents.QueryDialog {
|
PlasmaComponents.QueryDialog {
|
||||||
id: queryDialog
|
id: queryDialog
|
||||||
//windowFlags: Qt.Popup
|
//windowFlags: Qt.Popup
|
||||||
visualParent: root
|
//visualParent: root
|
||||||
titleText: "Fruit Inquiry"
|
titleText: "Fruit Inquiry"
|
||||||
message: "Would you rather have apples or oranges?"
|
message: "Would you rather have apples or oranges?"
|
||||||
acceptButtonText: i18n("Apples")
|
acceptButtonText: i18n("Apples")
|
||||||
|
Loading…
Reference in New Issue
Block a user