12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
|
# -*- Mode:Python; explicit-buffer-name: "display.conf<cmos45>" -*-
|
||
|
|
||
|
import helpers
|
||
|
|
||
|
# Provides standard settings for:
|
||
|
# - <defaultStyle>
|
||
|
# - <stylesTable>
|
||
|
|
||
|
scale = 0.5
|
||
|
|
||
|
execfile( helpers.sysConfDir+'/common/display.conf' )
|