Merge pull request #3901 from fieldOfView/fix_toolbox_flicking

Limit flicking the Toolbox scrollviews to vertical only
This commit is contained in:
Mark 2018-07-02 16:35:45 +02:00 committed by GitHub
commit c6b31b3b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Item
frameVisible: false
anchors.fill: detailList
style: UM.Theme.styles.scrollview
flickableItem.flickableDirection: Flickable.VerticalFlick
Column
{
anchors

View File

@ -12,6 +12,7 @@ ScrollView
width: parent.width
height: parent.height
style: UM.Theme.styles.scrollview
flickableItem.flickableDirection: Flickable.VerticalFlick
Column
{
width: parent.width - 2 * padding

View File

@ -15,6 +15,7 @@ ScrollView
width: parent.width
height: parent.height
style: UM.Theme.styles.scrollview
flickableItem.flickableDirection: Flickable.VerticalFlick
Column
{
spacing: UM.Theme.getSize("default_margin").height