From e3c1aed13e984ca5ecf505168d14a89bf14ad06b Mon Sep 17 00:00:00 2001 From: rekols Date: Fri, 4 Jun 2021 21:31:02 +0800 Subject: [PATCH] PolkitDialog: remove the border line --- polkit-agent/main.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/polkit-agent/main.qml b/polkit-agent/main.qml index 0ca51b3..0ce5dbb 100644 --- a/polkit-agent/main.qml +++ b/polkit-agent/main.qml @@ -11,8 +11,6 @@ Rectangle { radius: FishUI.Theme.bigRadius color: FishUI.Theme.backgroundColor - border.color: Qt.rgba(0, 0, 0, 0.4) - border.width: 1 FishUI.WindowShadow { view: rootWindow