mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-25 07:39:25 +08:00
Merge pull request #3901 from fieldOfView/fix_toolbox_flicking
Limit flicking the Toolbox scrollviews to vertical only
This commit is contained in:
commit
c6b31b3b0c
@ -14,6 +14,7 @@ Item
|
||||
frameVisible: false
|
||||
anchors.fill: detailList
|
||||
style: UM.Theme.styles.scrollview
|
||||
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||
Column
|
||||
{
|
||||
anchors
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user