mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:55:51 +08: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
@ -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…
x
Reference in New Issue
Block a user