mobile layout tweaks

This commit is contained in:
Jaquee
2017-11-02 19:51:53 +01:00
parent bfafd7b279
commit 4775a5b74d
5 changed files with 10 additions and 8 deletions

View File

@@ -969,7 +969,7 @@ ApplicationWindow {
// Confrirmation aka question dialog
StandardDialog {
z:10
z: parent.z + 1
id: transactionConfirmationPopup
onAccepted: {
close();
@@ -996,8 +996,9 @@ ApplicationWindow {
}
StandardDialog {
z:11
z: parent.z + 1
id: confirmationDialog
anchors.fill: parent
property var onAcceptedCallback
property var onRejectedCallback
onAccepted: {