mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix scrolling through profiles on Qt5.12+
Contributes to issue CURA-6843.
This commit is contained in:
parent
b3b28bc330
commit
e5c0812acc
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue