summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-09-25 12:39:58 +0000
committerGitHub <noreply@github.com>2021-09-25 12:39:58 +0000
commit07fbd13ae117f391cbe6d46b096aa416159e9275 (patch)
tree7b8772337fd8689dc86fd1acac6e560b61b577c0 /resources
parentMerge branch 'unicode_14.0' into 'master' (diff)
parentFix margins on input dialog (diff)
downloadnheko-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.qml3
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 {