autoformatting
This commit is contained in:
parent
937675ebb3
commit
5f3add5d99
5 changed files with 3 additions and 5 deletions
|
|
@ -88,7 +88,7 @@ ColumnLayout {
|
|||
spacing: Style.marginXXS * scaling
|
||||
|
||||
NLabel {
|
||||
label: modelData.name|| "Unknown"
|
||||
label: modelData.name || "Unknown"
|
||||
description: `${modelData.model} - ${modelData.width}x${modelData.height} [x:${modelData.x} y:${modelData.y}]`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue