mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:09:00 +08:00
Remove verticalScrollBarPolicy things since they do not work on older Qt
This commit is contained in:
parent
2af1e31ae9
commit
9452b3ef3f
@ -144,7 +144,6 @@ Rectangle {
|
|||||||
height: 0;
|
height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
visible: false;
|
visible: false;
|
||||||
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
|
|
||||||
|
|
||||||
onShowDescription: base.showDescription(text, x, y);
|
onShowDescription: base.showDescription(text, x, y);
|
||||||
}
|
}
|
||||||
@ -175,7 +174,6 @@ Rectangle {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
height: Math.min(settingsView.listHeight, base.expandedHeight * 0.6);
|
height: Math.min(settingsView.listHeight, base.expandedHeight * 0.6);
|
||||||
visible: true;
|
visible: true;
|
||||||
verticalScrollBarPolicy: Qt.ScrollBarAsNeeded;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user