mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:16:01 +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
|
Image
|
||||||
{
|
{
|
||||||
width: statusText.height * screenScaleFactor
|
width: statusText.height
|
||||||
height: width
|
height: width
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user