Add a little margin
This commit is contained in:
parent
71ef6f6ba9
commit
7c89338deb
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ Kirigami.ApplicationWindow
|
|||
id: nameField
|
||||
visible: false
|
||||
Layout.fillWidth: true
|
||||
Layout.leftMargin: Kirigami.Units.smallSpacing
|
||||
text: announcedNameProperty.value
|
||||
onAccepted: {
|
||||
DaemonDbusInterface.setAnnouncedName(text)
|
||||
|
@ -88,6 +89,7 @@ Kirigami.ApplicationWindow
|
|||
visible: !nameField.visible
|
||||
Layout.fillWidth: true
|
||||
font.pointSize: 18
|
||||
Layout.leftMargin: Kirigami.Units.smallSpacing
|
||||
}
|
||||
|
||||
Button {
|
||||
|
|
Loading…
Reference in a new issue