mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-25 15:48:16 +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
|
frameVisible: false
|
||||||
anchors.fill: detailList
|
anchors.fill: detailList
|
||||||
style: UM.Theme.styles.scrollview
|
style: UM.Theme.styles.scrollview
|
||||||
|
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
anchors
|
anchors
|
||||||
|
@ -12,6 +12,7 @@ ScrollView
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
style: UM.Theme.styles.scrollview
|
style: UM.Theme.styles.scrollview
|
||||||
|
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
width: parent.width - 2 * padding
|
width: parent.width - 2 * padding
|
||||||
|
@ -15,6 +15,7 @@ ScrollView
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
style: UM.Theme.styles.scrollview
|
style: UM.Theme.styles.scrollview
|
||||||
|
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user