8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3201b commit 276efaaCopy full SHA for 276efaa
examples/gimbal.py
@@ -59,21 +59,19 @@ def set_three(x):
59
set_one,
60
min=-180, max=180,
61
step=1, value=0,
62
- desc='Ring One')
+ desc='Ring One', unit='°')
63
64
env.add_slider(
65
set_two,
66
67
68
- desc='Ring Two')
+ desc='Ring Two', unit='°')
69
70
71
set_three,
72
73
74
- desc='Ring Three')
75
-
76
+ desc='Ring Three', unit='°')
77
78
while(True):
79
env.process_events()
0 commit comments