1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2026-02-09 10:25:46 +01:00

1575762: of pixmask

hard coded 3 pixels margin.  it should actually be configurable, but better this than nothing.
This commit is contained in:
mfrasca
2006-10-12 19:14:50 +00:00
parent 70a5bc50ed
commit 651b44127d
3 changed files with 11 additions and 6 deletions

View File

@@ -214,7 +214,7 @@ def main():
mainLoop(timeFmt, dateFmt, dayFmt, weekFmt)
char_width, char_height = wmdocklib.initPixmap(font_name='6x8',
bg='f', fg='9')
bg='8', fg='a')
if __name__ == '__main__':
main()