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
anchors
@ -56,7 +57,8 @@ Rectangle
source: packageData.iconUrl != "" ? packageData.iconUrl : "../images/placeholder.svg"
}
RowLayout //Title row.
// Title row.
RowLayout
{
id: titleBar
anchors
@ -250,7 +252,8 @@ Rectangle
}
}
RowLayout //Author and action buttons.
// Author and action buttons.
RowLayout
{
id: authorAndActionButton
width: parent.width