mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -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):
|
class AppShell(Pmw.MegaWidget, PandaObject):
|
||||||
appversion = '1.0'
|
appversion = '1.0'
|
||||||
appname = 'Generic Application Frame'
|
appname = 'Generic Application Frame'
|
||||||
copyright = ('Copyright 2001 Walt Disney Imagineering.' +
|
copyright = ('Copyright 2004 Walt Disney Imagineering.' +
|
||||||
' All Rights Reserved')
|
' All Rights Reserved')
|
||||||
contactname = 'Mark R. Mine'
|
contactname = 'Mark R. Mine'
|
||||||
contactphone = '(818) 544-2921'
|
contactphone = '(818) 544-2921'
|
||||||
|
@ -154,6 +154,7 @@ class SliderWidget(Pmw.MegaWidget):
|
|||||||
Scale, (interior,),
|
Scale, (interior,),
|
||||||
variable = self._widgetVar,
|
variable = self._widgetVar,
|
||||||
from_ = self['min'], to = self['max'],
|
from_ = self['min'], to = self['max'],
|
||||||
|
resolution = 0.0,
|
||||||
width = 10,
|
width = 10,
|
||||||
orient = 'horizontal',
|
orient = 'horizontal',
|
||||||
showvalue = 0,
|
showvalue = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user