mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
launcher: fix sticky header appearance without blur
port 1.5
This commit is contained in:
@@ -214,7 +214,7 @@ Item {
|
|||||||
Item {
|
Item {
|
||||||
id: listClip
|
id: listClip
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.topMargin: BlurService.enabled && stickyHeader.visible ? 32 : 0
|
anchors.topMargin: stickyHeader.visible ? 32 : 0
|
||||||
anchors.bottomMargin: bottomSectionHeader.visible ? bottomSectionHeader.height : 0
|
anchors.bottomMargin: bottomSectionHeader.visible ? bottomSectionHeader.height : 0
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
@@ -417,7 +417,7 @@ Item {
|
|||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
height: 32
|
height: 32
|
||||||
z: 101
|
z: 101
|
||||||
color: BlurService.enabled ? "transparent" : Theme.floatingSurface
|
color: "transparent"
|
||||||
visible: !root._bottomSectionHeaderActive && stickyHeaderSection !== null
|
visible: !root._bottomSectionHeaderActive && stickyHeaderSection !== null
|
||||||
|
|
||||||
readonly property int versionTrigger: root.controller?.viewModeVersion ?? 0
|
readonly property int versionTrigger: root.controller?.viewModeVersion ?? 0
|
||||||
|
|||||||
Reference in New Issue
Block a user