Disable horizontal scrollbar

The layout of the plugin/material cards should take care
of the text and rendering. The dimensions of these cards
therefor should not require a horizontal scrollbar
This commit is contained in:
Jelle Spijker 2021-10-28 14:31:18 +02:00
parent e3d90f16a1
commit 31dcf21a3e
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -9,6 +9,7 @@ import UM 1.4 as UM
ScrollView
{
clip: true
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
ListView
{
@ -170,4 +171,4 @@ ScrollView
}
}
}
}
}