Merge pull request #734 from LorenDB/marginFix
Fix margins on input dialog
This commit is contained in:
commit
07fbd13ae1
@ -21,7 +21,8 @@ ApplicationWindow {
|
|||||||
height: fontMetrics.lineSpacing * 7
|
height: fontMetrics.lineSpacing * 7
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.margins: Nheko.paddingLarge
|
spacing: Nheko.paddingMedium
|
||||||
|
anchors.margins: Nheko.paddingMedium
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
Loading…
Reference in New Issue
Block a user