diff --git a/direct/src/gui/DirectSliderBar.py b/direct/src/gui/DirectSliderBar.py index a8a3841afd..aff9864650 100755 --- a/direct/src/gui/DirectSliderBar.py +++ b/direct/src/gui/DirectSliderBar.py @@ -53,7 +53,8 @@ class DirectSliderBar(DirectFrame): if kw.has_key('text'): textoptiondefs = ( ('text_pos', (0,-0.025), None), - ('text_scale', 0.1, None) + ('text_scale', 0.1, None), + ('text_align', TextNode.ALeft, None) ) else: textoptiondefs = ()