scale edge text font (ipv4 and ipv6 address, scale edge, scale node when first drawn on canvas and when joining session
This commit is contained in:
parent
55b6cbbd90
commit
0ea99ca809
5 changed files with 39 additions and 21 deletions
|
@ -24,6 +24,7 @@ class Application(tk.Frame):
|
|||
|
||||
self.fonts_size = {name: font.nametofont(name)["size"] for name in font.names()}
|
||||
self.icon_text_font = font.Font(family="TkIconFont", size=12)
|
||||
self.edge_font = font.Font(family="TkDefaultFont", size=8)
|
||||
|
||||
# widgets
|
||||
self.menubar = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue