Skip to content

Commit

Permalink
default values changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanam committed Dec 8, 2018
1 parent 7a69aa1 commit c6491d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drag_panel_op.py
Expand Up @@ -34,7 +34,7 @@ def __init__(self):
self.slider = BL_UI_Slider(20, 20, 260, 30)
self.slider.set_color((0.2, 0.8, 0.8, 0.8))
self.slider.set_hover_color((0.2, 0.9, 0.9, 1.0))
self.slider.set_min(0.0)
self.slider.set_min(1.0)
self.slider.set_max(5.0)
self.slider.set_value(2.0)
self.slider.set_decimals(1)
Expand Down

0 comments on commit c6491d8

Please sign in to comment.