diff --git a/src/DesktopPlusUI/FloatingUI.cpp b/src/DesktopPlusUI/FloatingUI.cpp index a3b3a9a..fa990bc 100644 --- a/src/DesktopPlusUI/FloatingUI.cpp +++ b/src/DesktopPlusUI/FloatingUI.cpp @@ -285,7 +285,7 @@ void FloatingUI::UpdateUITargetState() m_TheaterOffsetAnimationProgress = 0.0f; } - matrix.translate_relative(0.0f, smoothstep(m_TheaterOffsetAnimationProgress, 0.0f, -0.19f), 0.0f); + matrix.translate_relative(0.0f, smoothstep(m_TheaterOffsetAnimationProgress, 0.0f, -0.29f), 0.0f); } //Don't update position if dummy transform is unstable unless it's target is not primary dashboard overlay or we're newly appearing