Moved comments

if they're inline they mess up the QML syntax highlighter in PyCharm
This commit is contained in:
Jelle Spijker 2021-11-18 13:04:19 +01:00
parent 0fb78126d5
commit 584411e59e
No known key found for this signature in database
GPG Key ID: 6662DC033BE6B99A

View File

@ -41,7 +41,8 @@ Rectangle
} }
] ]
Image //Separate column for icon on the left. // Separate column for icon on the left.
Image
{ {
id: packageItem id: packageItem
anchors anchors
@ -56,7 +57,8 @@ Rectangle
source: packageData.iconUrl != "" ? packageData.iconUrl : "../images/placeholder.svg" source: packageData.iconUrl != "" ? packageData.iconUrl : "../images/placeholder.svg"
} }
RowLayout //Title row. // Title row.
RowLayout
{ {
id: titleBar id: titleBar
anchors anchors
@ -250,7 +252,8 @@ Rectangle
} }
} }
RowLayout //Author and action buttons. // Author and action buttons.
RowLayout
{ {
id: authorAndActionButton id: authorAndActionButton
width: parent.width width: parent.width