mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Apply suggestions from code review
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
parent
90ce031b27
commit
cac9d67352
3 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ Item
|
|||
Item
|
||||
{
|
||||
id: comboboxTooltip
|
||||
width: (parent.width / 2.5) | 0
|
||||
width: Math.round(parent.width / 2.5)
|
||||
height: visible ? UM.Theme.getSize("default_margin").height : 0
|
||||
anchors.top: parent.top
|
||||
anchors.right: parent.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue