mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
CustomButton: fix size to match other bars button
This commit is contained in:
@@ -39,6 +39,7 @@ NIconButton {
|
||||
|| BarWidgetRegistry.widgetMetadata["CustomButton"].middleClickExec
|
||||
readonly property bool hasExec: (userLeftClickExec || userRightClickExec || userMiddleClickExec)
|
||||
|
||||
sizeRatio: 0.8
|
||||
icon: userIcon
|
||||
tooltipText: {
|
||||
if (!hasExec) {
|
||||
|
||||
Reference in New Issue
Block a user