mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix dpi scaling
This commit is contained in:
parent
ecbfae2f27
commit
d326e91008
2 changed files with 4 additions and 4 deletions
|
@ -79,8 +79,8 @@ Item
|
|||
{
|
||||
background: Rectangle
|
||||
{
|
||||
implicitWidth: 96
|
||||
implicitHeight: 30
|
||||
implicitWidth: 96 * screenScaleFactor
|
||||
implicitHeight: 30 * screenScaleFactor
|
||||
color:
|
||||
{
|
||||
if (installed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue