coriolis/crlcore/etc/common/nimbus.conf

13 lines
368 B
Plaintext
Raw Normal View History

# -*- Mode:Python; explicit-buffer-name: "nimbus.conf<common>" -*-
# Nimbus parameters.
parametersTable = \
( ('nimbus.aspectRatio' , TypePercentage, 100 , { 'min':10, 'max':1000 } )
, ("nimbus.pinsPlacement", TypeBool , False )
, ("nimbus.spaceMargin" , TypePercentage, 5 )
)
# layoutTable is defined inside Mauka.
layoutTable = ()