fix some backgrounds, now attaching to wrappers rather than panel itself most of the time
This commit is contained in:
@@ -26,38 +26,6 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
// states: State {
|
||||
// name: "visible"
|
||||
// when: root.visibilities.settings
|
||||
//
|
||||
// PropertyChanges {
|
||||
// root.implicitHeight: content.implicitHeight
|
||||
// }
|
||||
// }
|
||||
// transitions: [
|
||||
// Transition {
|
||||
// from: ""
|
||||
// to: "visible"
|
||||
//
|
||||
// Anim {
|
||||
// duration: MaterialEasing.expressiveEffectsTime
|
||||
// easing.bezierCurve: MaterialEasing.expressiveEffects
|
||||
// property: "implicitHeight"
|
||||
// target: root
|
||||
// }
|
||||
// },
|
||||
// Transition {
|
||||
// from: "visible"
|
||||
// to: ""
|
||||
//
|
||||
// Anim {
|
||||
// easing.bezierCurve: MaterialEasing.expressiveEffects
|
||||
// property: "implicitHeight"
|
||||
// target: root
|
||||
// }
|
||||
// }
|
||||
// ]
|
||||
|
||||
CustomClippingRect {
|
||||
anchors.fill: parent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user