mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CL-457 remove screenScaleFactor because statusText.height already has devicePixelRatio included
This commit is contained in:
parent
9cbd710593
commit
321e531b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue