소스 검색

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()
         }
     }