Make General preference pane scrollable

On some OSes/configurations/screens, the options on the General pane don't fit until the window is resized. Adding a scrollview helps in these cases.
This commit is contained in:
fieldOfView 2017-02-17 13:39:46 +01:00
parent bb030c724b
commit 97d20b4242

View File

@ -58,6 +58,11 @@ UM.PreferencesPage
}
}
ScrollView
{
width: parent.width
height: parent.height
Column
{
//: Model used to check if a plugin exists
@ -393,3 +398,4 @@ UM.PreferencesPage
}
}
}
}