mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-27 06:45:36 -07:00
Merge remote-tracking branch 'origin/feature/_CURA-8689_Make_it_easier_to_add_your_first_printer_via_cloud' into feature/_CURA-8689_Make_it_easier_to_add_your_first_printer_via_cloud
This commit is contained in:
commit
2487cf17dd
2 changed files with 5 additions and 5 deletions
|
|
@ -42,8 +42,8 @@ Control
|
|||
Image
|
||||
{
|
||||
source: UM.Theme.getImage("add_printer")
|
||||
Layout.preferredWidth: 200
|
||||
Layout.preferredHeight: 200
|
||||
Layout.preferredWidth: 200 * screenScaleFactor
|
||||
Layout.preferredHeight: 200 * screenScaleFactor
|
||||
}
|
||||
|
||||
ColumnLayout
|
||||
|
|
@ -119,4 +119,4 @@ Control
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,8 +67,8 @@ Control
|
|||
{
|
||||
id: image
|
||||
source: imageSource
|
||||
width: 180
|
||||
height: 180
|
||||
width: 180 * screenScaleFactor
|
||||
height: 180 * screenScaleFactor
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue