mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:35:56 +08:00
CL-457 remove screenScaleFactor because statusText.height already has devicePixelRatio included
This commit is contained in:
parent
9cbd710593
commit
321e531b1c
@ -290,7 +290,7 @@ Rectangle
|
||||
|
||||
Image
|
||||
{
|
||||
width: statusText.height * screenScaleFactor
|
||||
width: statusText.height
|
||||
height: width
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
|
Loading…
x
Reference in New Issue
Block a user