mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue