mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
part of ongoing modification to the gui: first pass
This commit is contained in:
parent
16156c21f2
commit
105ad25304
@ -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 = ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user