mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Make add printer dialog resize-aware
This commit is contained in:
parent
7c8c1838e0
commit
cb73cfb0f3
3 changed files with 9 additions and 2 deletions
|
@ -9,6 +9,7 @@ import UM 1.1 as UM
|
|||
ScrollView
|
||||
{
|
||||
clip: true
|
||||
|
||||
// Setting this property to false hides the scrollbar both when the scrollbar is not needed (child height < height)
|
||||
// and when the scrollbar is not actively being hovered or pressed
|
||||
property bool scrollAlwaysVisible: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue