mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue