part of ongoing modification to the gui: first pass

This commit is contained in:
Asad M. Zaman 2005-05-24 03:15:41 +00:00
parent 16156c21f2
commit 105ad25304

View File

@ -53,7 +53,8 @@ class DirectSliderBar(DirectFrame):
if kw.has_key('text'): if kw.has_key('text'):
textoptiondefs = ( textoptiondefs = (
('text_pos', (0,-0.025), None), ('text_pos', (0,-0.025), None),
('text_scale', 0.1, None) ('text_scale', 0.1, None),
('text_align', TextNode.ALeft, None)
) )
else: else:
textoptiondefs = () textoptiondefs = ()