mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Fix QML error about use of anchors in a row
This commit is contained in:
parent
d67395b42b
commit
ace4bfba10
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Column
|
|||
signal showTooltip(Item item, point location, string text)
|
||||
signal hideTooltip()
|
||||
|
||||
Row
|
||||
Item
|
||||
{
|
||||
id: extruderSelectionRow
|
||||
width: parent.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue