chore(StatusScrollView): remove unused background property
BREAKING CHANGE: removes the background property of the StatusScrollView
This commit is contained in:
parent
a978b81258
commit
fade2f2d8a
|
@ -37,17 +37,9 @@ Flickable {
|
|||
property int leftPadding: padding
|
||||
property int rightPadding: padding
|
||||
|
||||
property Item background: null
|
||||
|
||||
readonly property int availableWidth: width - leftPadding - rightPadding
|
||||
readonly property int availableHeight: height - topPadding - bottomPadding
|
||||
|
||||
onBackgroundChanged: {
|
||||
if (background) {
|
||||
background.anchors.fill = root;
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: in Qt6 clip true will be default
|
||||
clip: true
|
||||
topMargin: topPadding
|
||||
|
|
Loading…
Reference in New Issue