From bc13bd56915911fb9410f2b6d0bc0aee14d28d9b Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Mon, 22 Mar 2004 05:40:37 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/tkwidgets/AppShell.py | 2 +- direct/src/tkwidgets/Slider.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/tkwidgets/AppShell.py b/direct/src/tkwidgets/AppShell.py index ceabebf999..7aa7fdba0b 100644 --- a/direct/src/tkwidgets/AppShell.py +++ b/direct/src/tkwidgets/AppShell.py @@ -41,7 +41,7 @@ def resetVariableDict(): class AppShell(Pmw.MegaWidget, PandaObject): appversion = '1.0' appname = 'Generic Application Frame' - copyright = ('Copyright 2001 Walt Disney Imagineering.' + + copyright = ('Copyright 2004 Walt Disney Imagineering.' + ' All Rights Reserved') contactname = 'Mark R. Mine' contactphone = '(818) 544-2921' diff --git a/direct/src/tkwidgets/Slider.py b/direct/src/tkwidgets/Slider.py index 052a0fb70a..b58268ed3c 100644 --- a/direct/src/tkwidgets/Slider.py +++ b/direct/src/tkwidgets/Slider.py @@ -154,6 +154,7 @@ class SliderWidget(Pmw.MegaWidget): Scale, (interior,), variable = self._widgetVar, from_ = self['min'], to = self['max'], + resolution = 0.0, width = 10, orient = 'horizontal', showvalue = 0,