mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:08:58 +08: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
@ -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…
x
Reference in New Issue
Block a user