From 105ad253044a0db5698d3e4680a3cb22334ca80d Mon Sep 17 00:00:00 2001 From: "Asad M. Zaman" Date: Tue, 24 May 2005 03:15:41 +0000 Subject: [PATCH] part of ongoing modification to the gui: first pass --- direct/src/gui/DirectSliderBar.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = ()