qmlFrontend/qml/qmlFrontend/HWButton.qml
branchqmlfrontend
changeset 11787 bcba7938ccb5
parent 10422 4cf23d4c7624
equal deleted inserted replaced
11786:0aa4b3d02cba 11787:bcba7938ccb5
    34         , State {
    34         , State {
    35             when: !mousearea.containsMouse
    35             when: !mousearea.containsMouse
    36 
    36 
    37             PropertyChanges {
    37             PropertyChanges {
    38                 target: hwbutton
    38                 target: hwbutton
    39                 border.color: "#ea761d"
    39                 border.color: "#ffcc00"
    40             }
    40             }
    41     }]
    41     }]
    42 }
    42 }