mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Moved comments
if they're inline they mess up the QML syntax highlighter in PyCharm
This commit is contained in:
parent
0fb78126d5
commit
584411e59e
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue