mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:59:01 +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;
|
||||
opacity: 0;
|
||||
visible: false;
|
||||
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
|
||||
|
||||
onShowDescription: base.showDescription(text, x, y);
|
||||
}
|
||||
@ -175,7 +174,6 @@ Rectangle {
|
||||
opacity: 1;
|
||||
height: Math.min(settingsView.listHeight, base.expandedHeight * 0.6);
|
||||
visible: true;
|
||||
verticalScrollBarPolicy: Qt.ScrollBarAsNeeded;
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user