mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 12:28:10 +01:00
1580293: initialization of pixmask - drawing areas
modified the width of the two areas.
This commit is contained in:
@@ -265,10 +265,10 @@ def main():
|
|||||||
font = clConfig.get('font', '6x8orig')
|
font = clConfig.get('font', '6x8orig')
|
||||||
|
|
||||||
if clConfig.get('antialiased'):
|
if clConfig.get('antialiased'):
|
||||||
background = [((3,3),(60,19)),
|
background = [((6,3),(57,19)),
|
||||||
((3,22),(60,60))]
|
((3,22),(60,60))]
|
||||||
else:
|
else:
|
||||||
background = [((3,3),(60,60))]
|
background = [((3,3),(59,60))]
|
||||||
|
|
||||||
global char_width, char_height, maxCharsPerLine, antialiased
|
global char_width, char_height, maxCharsPerLine, antialiased
|
||||||
char_width, char_height = wmdocklib.initPixmap(patterns=patterns,
|
char_width, char_height = wmdocklib.initPixmap(patterns=patterns,
|
||||||
|
|||||||
Reference in New Issue
Block a user