1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

add pywalfox for matugen

This commit is contained in:
bbedward
2025-09-22 09:10:44 -04:00
parent 0bfaf2a8f8
commit 3edfff388c
5 changed files with 51 additions and 1 deletions

View File

@@ -267,7 +267,7 @@ PanelWindow {
transform: Translate {
id: topBarSlide
y: Math.round(topBarCore.reveal ? 0 : -(root.effectiveBarHeight + (SettingsData.topBarGothCornersEnabled ? root._wingR : 0)))
y: Math.round(topBarCore.reveal ? 0 : -root.implicitHeight)
Behavior on y {
NumberAnimation {