mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove verticalScrollBarPolicy things since they do not work on older Qt
This commit is contained in:
parent
2af1e31ae9
commit
9452b3ef3f
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue