Remove quotes from id: properties

As suggested in the Qt Quick coding style
This commit is contained in:
miruka
2019-04-20 17:45:51 -04:00
parent 8f35e60801
commit c866ac87a9
16 changed files with 33 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ import "../base" as Base
Rectangle {
function setFocus() { textArea.forceActiveFocus() }
id: "root"
id: root
Layout.fillWidth: true
Layout.minimumHeight: 32
Layout.preferredHeight: textArea.implicitHeight
@@ -19,7 +19,7 @@ Rectangle {
spacing: 0
Base.Avatar {
id: "avatar"
id: avatar
name: Backend.getUserDisplayName(chatPage.userId)
dimmension: root.Layout.minimumHeight
//visible: textArea.text === ""