Skip to content

qml: Remove not needed ScrollView

Felix Gerking requested to merge remove_not_needed_scrollview into main

ListView inherits Flickable itself, so the ScrollView is redundant.

Merge request reports