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

1580293: initialization of pixmask - drawing areas

modified the width of the two areas.
This commit is contained in:
mfrasca
2006-10-22 18:57:33 +00:00
parent 68990e9da4
commit 1c0177acb5

View File

@@ -265,10 +265,10 @@ def main():
font = clConfig.get('font', '6x8orig')
if clConfig.get('antialiased'):
background = [((3,3),(60,19)),
background = [((6,3),(57,19)),
((3,22),(60,60))]
else:
background = [((3,3),(60,60))]
background = [((3,3),(59,60))]
global char_width, char_height, maxCharsPerLine, antialiased
char_width, char_height = wmdocklib.initPixmap(patterns=patterns,