From 5f1f3dce4a9a7b4af1c70a3f08855a395439f0e3 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Thu, 4 Sep 2025 14:52:45 -0400 Subject: [PATCH] CustomButton: fix size to match other bars button --- Modules/Bar/Widgets/CustomButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Bar/Widgets/CustomButton.qml b/Modules/Bar/Widgets/CustomButton.qml index 5a9a799..e99537a 100644 --- a/Modules/Bar/Widgets/CustomButton.qml +++ b/Modules/Bar/Widgets/CustomButton.qml @@ -39,6 +39,7 @@ NIconButton { || BarWidgetRegistry.widgetMetadata["CustomButton"].middleClickExec readonly property bool hasExec: (userLeftClickExec || userRightClickExec || userMiddleClickExec) + sizeRatio: 0.8 icon: userIcon tooltipText: { if (!hasExec) {