mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Apply screenScaleFactor to image size
Contributes to CURA-8689
This commit is contained in:
parent
1ebc0b487e
commit
1dfac6bb71
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
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue