forked from Public/monero-gui
mobile layout tweaks
This commit is contained in:
5
main.qml
5
main.qml
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user