*** empty log message ***

This commit is contained in:
Mark Mine 2004-03-22 05:40:37 +00:00
parent 849c2c5c7d
commit bc13bd5691
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View File

@ -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,