From 62ed66e60af658e9f47d1d6539d095909f097c05 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Mon, 6 Oct 2025 13:10:34 -0400 Subject: [PATCH] fix: remove radius from selection rect --- shell/screencapture/SelectionRectangle.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/screencapture/SelectionRectangle.qml b/shell/screencapture/SelectionRectangle.qml index 7f66091..ec205e5 100644 --- a/shell/screencapture/SelectionRectangle.qml +++ b/shell/screencapture/SelectionRectangle.qml @@ -93,7 +93,6 @@ Item { Rectangle { id: rectangle color: "transparent" - radius: 8 border.color: ShellSettings.colors.active_translucent border.width: 2 x: 0