1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-19 20:38:03 +01:00

removed setting the colour palette for symbols in the font: it happens

in the initialization of the pixmap.
This commit is contained in:
mfrasca
2006-10-25 06:01:20 +00:00
parent 8ad2c1dfa0
commit 6b33e26ed2

View File

@@ -650,11 +650,6 @@ def main():
palette['_'] = clConfig.get('background', '#FFFFFFFFFFFF')
palette['%'] = clConfig.get('text', '#2081B2CAAEBA')
palette['.'] = 'grey95'
palette['x'] = 'black'
palette['o'] = 'grey45'
palette['-'] = 'grey65'
font = clConfig.get('font', '6x8')
configFile = clConfig.get('configfile', defaultConfigFile)