Skip to content

Commit

Permalink
Updated default clickable to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
nokka committed Dec 22, 2019
1 parent 0408fe0 commit 6dea53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/PlainButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Button {
property int radius: 0
property bool active: false
property bool activatable: false
property bool clickable: false
property bool clickable: true

Text {
text: label
Expand Down

0 comments on commit 6dea53b

Please sign in to comment.