CL-457 remove screenScaleFactor because statusText.height already has devicePixelRatio included

This commit is contained in:
Jack Ha 2017-10-02 15:03:07 +02:00
parent 9cbd710593
commit 321e531b1c

View file

@ -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