Skip to content

Improve EULA dialog layout after QQC2 regressions

Fabian Vogt requested to merge work/fvogt/eulalayout into master

QQC2.TextArea has some significant differences regarding sizing. It doesn't implement scrolling on its own, it has to be wrapped in a ScrollView explicitly. This also means that it no longer has a sensible default size, specify one manually. Also work around a bug...

Merge request reports