Fix margins on input dialog

This commit is contained in:
Loren Burkholder 2021-09-24 21:33:50 -04:00
parent 7f5b604e87
commit 297e550b6c
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 {