mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +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
|
||||
implicitWidth: contentItem.implicitWidth + leftPadding + rightPadding
|
||||
|
||||
hoverEnabled: true
|
||||
|
||||
NCToolTip {
|
||||
text: root.toolTipText
|
||||
visible: root.toolTipText !== "" && root.hovered
|
||||
|
|
Loading…
Reference in a new issue