mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Add missing screenScaleFactor for implicit sizes
CURA-5785
This commit is contained in:
parent
fe15a0a513
commit
b72f1bb314
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ Cura.ExpandableComponent
|
|||
signal showTooltip(Item item, point location, string text)
|
||||
signal hideTooltip()
|
||||
|
||||
implicitWidth: 200
|
||||
implicitWidth: 200 * screenScaleFactor
|
||||
height: childrenRect.height
|
||||
iconSource: UM.Theme.getIcon("pencil")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue