Просмотр исходного кода

Add missing hoverEnabled property

Jaime van Kessel 6 лет назад
Родитель
Сommit
82ea562dc3
1 измененных файлов с 1 добавлено и 0 удалено
  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