mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Disable transientScrollbars so we never have disappearing scrollbars
This commit is contained in:
parent
b782095f60
commit
c951c3d67d
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ QtObject {
|
||||||
decrementControl: Item { }
|
decrementControl: Item { }
|
||||||
incrementControl: Item { }
|
incrementControl: Item { }
|
||||||
|
|
||||||
|
transientScrollBars: false
|
||||||
|
|
||||||
scrollBarBackground: UM.AngledCornerRectangle {
|
scrollBarBackground: UM.AngledCornerRectangle {
|
||||||
implicitWidth: UM.Theme.sizes.scrollbar.width;
|
implicitWidth: UM.Theme.sizes.scrollbar.width;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue