mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
@@ -267,7 +267,7 @@ PanelWindow {
|
||||
|
||||
transform: Translate {
|
||||
id: topBarSlide
|
||||
y: Math.round(topBarCore.reveal ? 0 : -(root.effectiveBarHeight - 4))
|
||||
y: Math.round(topBarCore.reveal ? 0 : -(root.effectiveBarHeight + (SettingsData.topBarGothCornersEnabled ? root._wingR : 0)))
|
||||
|
||||
Behavior on y {
|
||||
NumberAnimation {
|
||||
|
||||
Reference in New Issue
Block a user