mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Fixed codestyle issue
Switching between codestyles is hard :(
This commit is contained in:
parent
fb1033ad99
commit
2e5b11af9d
3 changed files with 3 additions and 3 deletions
|
@ -480,7 +480,7 @@ Component
|
|||
Image
|
||||
{
|
||||
id: printJobPreview
|
||||
source: modelData.activePrintJob != null ? modelData.activePrintJob.preview_image_url : ""
|
||||
source: modelData.activePrintJob != null ? modelData.activePrintJob.previewImageUrl : ""
|
||||
anchors.top: ownerName.bottom
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
width: parent.width / 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue