Skip to content

Commit

Permalink
Add missing attribute for progressbar (#31)
Browse files Browse the repository at this point in the history
* Add missing progressbar maximum attribute

* Change order
  • Loading branch information
milia20 authored May 7, 2024
1 parent 89160a9 commit 1b15777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions studio/lib/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ def all_supported_cursors() -> tuple:
"display_name": "listvariable",
"type": "stringvariable",
},
"maximum": {
"display_name": "maximum",
"type": "float",
},
"maxundo": {
"display_name": "maxundo",
"type": "number",
Expand Down

0 comments on commit 1b15777

Please sign in to comment.