diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-03-31 14:32:40 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-03-31 14:32:40 -0500 |
| commit | f06ee51f0599db8dd6195fd6c4b7fc5600a437b0 (patch) | |
| tree | 81224d4be7fb82d992a84f238886ba0c4e60133e /components | |
| parent | be0b04c54e55f1e6e69810bb60d5f12e830f4406 (diff) | |
| parent | f6fb6df48ce34c359dfc7721699bff870a2c3fdf (diff) | |
| download | monzero-gui-f06ee51f0599db8dd6195fd6c4b7fc5600a437b0.tar.gz monzero-gui-f06ee51f0599db8dd6195fd6c4b7fc5600a437b0.tar.xz monzero-gui-f06ee51f0599db8dd6195fd6c4b7fc5600a437b0.zip | |
Merge pull request #1235
f6fb6df 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 { |
