From e7fe5ba837aec52d240d8d5107a6b6348c3befda Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 3 Nov 2025 15:44:25 -0500 Subject: [PATCH] NPanel: hotfix --- Widgets/NPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NPanel.qml b/Widgets/NPanel.qml index 92a97705..a48284fc 100644 --- a/Widgets/NPanel.qml +++ b/Widgets/NPanel.qml @@ -18,7 +18,7 @@ Item { property bool attachedToBar: (Settings.data.ui.panelsAttachedToBar && Settings.data.bar.backgroundOpacity > opacityThreshold && !forceDetached) // Edge snapping: if panel is within this distance (in pixels) from a screen edge, snap - property real edgeSnapDistance: 40 + property real edgeSnapDistance: Style.radiusL // Keyboard focus documentation (not currently used for focus mode) // Just for documentation: true for panels with text input