mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
849c2c5c7d
commit
bc13bd5691
@ -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'
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user