From 5f1cfb907296d0e1a1885c16ede3ce663cd7c4c8 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Tue, 9 Sep 2025 09:27:46 -0400 Subject: [PATCH] CustomButton: no border --- Modules/Bar/Widgets/CustomButton.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Bar/Widgets/CustomButton.qml b/Modules/Bar/Widgets/CustomButton.qml index 08d3dc8..ab1868b 100644 --- a/Modules/Bar/Widgets/CustomButton.qml +++ b/Modules/Bar/Widgets/CustomButton.qml @@ -38,6 +38,8 @@ NIconButton { readonly property string middleClickExec: widgetSettings.middleClickExec || widgetMetadata.middleClickExec readonly property bool hasExec: (leftClickExec || rightClickExec || middleClickExec) + colorBorder: Color.transparent + colorBorderHover: Color.transparent sizeRatio: 0.8 icon: customIcon tooltipText: {