From fee661b9ebab7d72adf05ddf5b504d954b7f9df4 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 27 May 2026 17:28:26 +0100 Subject: [PATCH] Revert "quickshell: fix 1px ear alignment on all concave corners" This reverts commit c47787e516e074e878dfa707c9e577a039dafff9. --- settings/hyprland.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index b51d02c..d462c7c 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -1283,7 +1283,6 @@ in // Left ear Item { anchors.right: _dropdownRect.left - anchors.rightMargin: -1 anchors.top: parent.top width: 8 height: Math.min(8, _dropdownRect.height) @@ -1313,7 +1312,6 @@ in // Right ear (for centered dropdowns) Item { anchors.left: _dropdownRect.right - anchors.leftMargin: -1 anchors.top: parent.top width: 8 height: Math.min(8, _dropdownRect.height) @@ -1404,7 +1402,6 @@ in visible: dropdown.alignRight && _dropdownRect.height >= 8 anchors.right: _dropdownRect.right anchors.top: _dropdownRect.bottom - anchors.topMargin: -1 width: 8 height: Math.min(8, _dropdownRect.height) clip: true @@ -2270,7 +2267,6 @@ in Item { id: _toastLeftEar anchors.right: _toastRect.left - anchors.rightMargin: -1 anchors.top: parent.top width: 8 height: Math.min(8, _toastRect.height) @@ -2300,7 +2296,6 @@ in Item { id: _toastRightEar anchors.left: _toastRect.right - anchors.leftMargin: -1 anchors.top: parent.top width: 8 height: Math.min(8, _toastRect.height)