Merge pull request #734 from LorenDB/marginFix

Fix margins on input dialog
This commit is contained in:
DeepBlueV7.X 2021-09-25 12:39:58 +00:00 committed by GitHub
commit 07fbd13ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 {