CustomButton: no border
This commit is contained in:
parent
a6ccc8b0da
commit
5f1cfb9072
1 changed files with 2 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue