CustomButton: fix size to match other bars button

This commit is contained in:
LemmyCook 2025-09-04 14:52:45 -04:00
parent f84889ca13
commit 5f1f3dce4a

View file

@ -39,6 +39,7 @@ NIconButton {
|| BarWidgetRegistry.widgetMetadata["CustomButton"].middleClickExec
readonly property bool hasExec: (userLeftClickExec || userRightClickExec || userMiddleClickExec)
sizeRatio: 0.8
icon: userIcon
tooltipText: {
if (!hasExec) {