diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2021-09-25 12:39:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 12:39:58 +0000 |
commit | 07fbd13ae117f391cbe6d46b096aa416159e9275 (patch) | |
tree | 7b8772337fd8689dc86fd1acac6e560b61b577c0 /resources | |
parent | Merge branch 'unicode_14.0' into 'master' (diff) | |
parent | Fix margins on input dialog (diff) | |
download | nheko-07fbd13ae117f391cbe6d46b096aa416159e9275.tar.xz |
Merge pull request #734 from LorenDB/marginFix
Fix margins on input dialog
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/dialogs/InputDialog.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/dialogs/InputDialog.qml b/resources/qml/dialogs/InputDialog.qml index e0f17851..1efdbcde 100644 --- a/resources/qml/dialogs/InputDialog.qml +++ b/resources/qml/dialogs/InputDialog.qml @@ -21,7 +21,8 @@ ApplicationWindow { height: fontMetrics.lineSpacing * 7 ColumnLayout { - anchors.margins: Nheko.paddingLarge + spacing: Nheko.paddingMedium + anchors.margins: Nheko.paddingMedium anchors.fill: parent Label { |