mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 04:08:54 +03:00
Declare hoverEnabled: true explicitly in CustomButton
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
97cf9390fa
commit
4c096a885c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue