mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Switched to qmlformat.
This commit is contained in:
@@ -30,8 +30,8 @@ RowLayout {
|
||||
placeholderText: root.placeholderText
|
||||
text: root.text
|
||||
onEditingFinished: {
|
||||
root.text = text
|
||||
root.editingFinished()
|
||||
root.text = text;
|
||||
root.editingFinished();
|
||||
}
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
@@ -48,7 +48,7 @@ RowLayout {
|
||||
enabled: root.actionButtonEnabled
|
||||
|
||||
onClicked: {
|
||||
root.actionClicked()
|
||||
root.actionClicked();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user