fix some "overrides a member of the base object" warnings

This commit is contained in:
end-4
2026-04-07 22:59:38 +02:00
parent 6589158f51
commit d44bbcfefc
12 changed files with 17 additions and 22 deletions
@@ -9,7 +9,7 @@ StyledFlickable {
property bool forceWidth: false
property real bottomContentPadding: 100
default property alias data: contentColumn.data
default property alias contentData: contentColumn.data
clip: true
contentHeight: contentColumn.implicitHeight + root.bottomContentPadding // Add some padding at the bottom