浏览代码

added icon to detectfans button in kcm

Malte Veerman 10 年之前
父节点
当前提交
ce526c4624
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/contents/ui/KCM.qml

+ 1 - 0
package/contents/ui/KCM.qml

@@ -51,6 +51,7 @@ Item {
         Button {
             Layout.alignment: Qt.AlignCenter
             text: i18n("Detect fans")
+            iconName: "dialog-password"
             onClicked: kcm.loader.detectSensors()
         }
     }