Add a little margin

This commit is contained in:
Nicolas Fella 2018-11-05 02:05:02 +01:00
parent 71ef6f6ba9
commit 7c89338deb

View file

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