mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix warnings caused by combobox
Parent wasn't always set, which caused ocasional warnings
This commit is contained in:
parent
01ecc799fa
commit
84a0c732c1
1 changed files with 1 additions and 3 deletions
|
|
@ -57,9 +57,7 @@ ComboBox
|
||||||
contentItem: UM.Label
|
contentItem: UM.Label
|
||||||
{
|
{
|
||||||
id: contentLabel
|
id: contentLabel
|
||||||
anchors.left: parent.left
|
leftPadding: UM.Theme.getSize("setting_unit_margin").width + UM.Theme.getSize("default_margin").width
|
||||||
anchors.leftMargin: UM.Theme.getSize("setting_unit_margin").width
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
|
||||||
anchors.right: downArrow.left
|
anchors.right: downArrow.left
|
||||||
wrapMode: Text.NoWrap
|
wrapMode: Text.NoWrap
|
||||||
text:
|
text:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue