diff options
| -rw-r--r-- | components/StandardDialog.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index 4f6805aa..f1209721 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -100,6 +100,7 @@ Rectangle { RowLayout { id: column //anchors {fill: parent; margins: 16 } + Layout.topMargin: 14 * scaleRatio Layout.alignment: Qt.AlignHCenter MoneroComponents.Label { |
