Skip to content

Remove unneeded ColumnLayout in license list view

Joshua Goins requested to merge (removed):master into master

This restores the missing scrollbar in desktop qqc2 style. There was an inner ColumnLayout surrounding the ListView which (for some reason) broke scrollbars from appearing:

image

And with it fixed:

image

Removing this columnlayout didn't seem to affect anything regarding the layout, so I'm pretty sure it had no purpose. I admit I haven't tested this on a mobile layout.

Merge request reports