Browse Source

more improvements to the slider

Asad M. Zaman 20 years ago
parent
commit
3d68a40cb8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/gui/DirectSliderBar.py

+ 2 - 0
direct/src/gui/DirectSliderBar.py

@@ -54,6 +54,8 @@ class DirectSliderBar(DirectFrame):
             textoptiondefs = (
                 ('text_pos',    (0,-0.025),          None),
                 ('text_scale',  0.1,                 None),
+                ('text_fg',     (1,1,1,1),           None),
+                ('text_shadow', (0,0,0,1),           None),
                 ('text_align',  TextNode.ALeft,      None)
                 )
         else: