mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-15 08:59:32 -07:00
Fix recommended-menu layer-height-label for Qt-5.10.0
part of CURA-6598
This commit is contained in:
parent
c7b6133e3d
commit
b56c09bcf4
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Item
|
|||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.maximumWidth: index + 1 === repeater.count ? itemSize: 200000000
|
||||
Layout.maximumWidth: index + 1 === repeater.count || repeater.count <= 1 ? itemSize : base.width / (repeater.count - 1)
|
||||
height: childrenRect.height
|
||||
Label
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue