mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:59:00 +08:00
Make the general settings page options draggable only in the vertical direction
... to match other scrollviews. Fixes #1723
This commit is contained in:
parent
2fda85a6aa
commit
c1fa927118
@ -95,6 +95,8 @@ UM.PreferencesPage
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
flickableItem.flickableDirection: Flickable.VerticalFlick;
|
||||
|
||||
Column
|
||||
{
|
||||
//: Model used to check if a plugin exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user