mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:19:08 +08:00
Fix scrolling through profiles on Qt5.12+
Contributes to issue CURA-6843.
This commit is contained in:
parent
b3b28bc330
commit
e5c0812acc
@ -44,7 +44,7 @@ Popup
|
|||||||
ScrollView
|
ScrollView
|
||||||
{
|
{
|
||||||
property real maximumHeight: screenScaleFactor * 400
|
property real maximumHeight: screenScaleFactor * 400
|
||||||
|
contentHeight: dataColumn.height
|
||||||
height: Math.min(contentHeight, maximumHeight)
|
height: Math.min(contentHeight, maximumHeight)
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
@ -52,6 +52,7 @@ Popup
|
|||||||
|
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
|
id: dataColumn
|
||||||
width: parent.width
|
width: parent.width
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user