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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user