Browse Source

Add missing hoverEnabled property

Jaime van Kessel 6 years ago
parent
commit
82ea562dc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Settings/SettingCategory.qml

+ 1 - 0
resources/qml/Settings/SettingCategory.qml

@@ -14,6 +14,7 @@ Button
     anchors.right: parent.right
     anchors.leftMargin: UM.Theme.getSize("thick_margin").width
     anchors.rightMargin: UM.Theme.getSize("thick_margin").width
+    hoverEnabled: true
     background: Rectangle
     {
         id: backgroundRectangle