aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-31 19:05:42 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-03-31 19:21:08 +0200
commitf6fb6df48ce34c359dfc7721699bff870a2c3fdf (patch)
tree042b538ecefbca2027acffd0f143ed77e45509d2
parent47dc499413824290e1bf1a3aefedc21f028933da (diff)
downloadmonzero-gui-f6fb6df48ce34c359dfc7721699bff870a2c3fdf.tar.gz
monzero-gui-f6fb6df48ce34c359dfc7721699bff870a2c3fdf.tar.xz
monzero-gui-f6fb6df48ce34c359dfc7721699bff870a2c3fdf.zip
Move the dialog title down a bit
-rw-r--r--components/StandardDialog.qml1
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 {