diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-31 19:05:42 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-31 19:21:08 +0200 |
| commit | f6fb6df48ce34c359dfc7721699bff870a2c3fdf (patch) | |
| tree | 042b538ecefbca2027acffd0f143ed77e45509d2 /components | |
| parent | 47dc499413824290e1bf1a3aefedc21f028933da (diff) | |
| download | monzero-gui-f6fb6df48ce34c359dfc7721699bff870a2c3fdf.tar.gz monzero-gui-f6fb6df48ce34c359dfc7721699bff870a2c3fdf.tar.xz monzero-gui-f6fb6df48ce34c359dfc7721699bff870a2c3fdf.zip | |
Move the dialog title down a bit
Diffstat (limited to 'components')
| -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 { |
