mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #734 from LorenDB/marginFix
Fix margins on input dialog
This commit is contained in:
commit
07fbd13ae1
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue