Skip to content

Commit

Permalink
fix(QKnob): JSON > missing "rounded" prop definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 3bb607c commit b2a6dff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/src/components/knob/QKnob.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
"category": "style"
},

"rounded": {
"type": "Boolean",
"desc": "Rounding the arc of progress",
"category": "style",
"addedIn": "v2.8.4"
},

"thickness": {
"type": "Number",
"default": "0.2",
Expand Down

0 comments on commit b2a6dff

Please sign in to comment.