mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00: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