|
@@ -45,6 +45,8 @@ Button {
|
|
|
rightPadding: root.text === "" ? Style.smallSpacing : Style.standardSpacing
|
|
rightPadding: root.text === "" ? Style.smallSpacing : Style.standardSpacing
|
|
|
implicitWidth: contentItem.implicitWidth + leftPadding + rightPadding
|
|
implicitWidth: contentItem.implicitWidth + leftPadding + rightPadding
|
|
|
|
|
|
|
|
|
|
+ hoverEnabled: true
|
|
|
|
|
+
|
|
|
NCToolTip {
|
|
NCToolTip {
|
|
|
text: root.toolTipText
|
|
text: root.toolTipText
|
|
|
visible: root.toolTipText !== "" && root.hovered
|
|
visible: root.toolTipText !== "" && root.hovered
|