remove custom size for custom style so that text can scale, scale the remaining node icons from the node picker, scale node's name
This commit is contained in:
parent
7fbbfa8c63
commit
3a466fd463
5 changed files with 50 additions and 56 deletions
|
@ -23,6 +23,7 @@ class Application(tk.Frame):
|
|||
NodeUtils.setup()
|
||||
|
||||
self.fonts_size = {name: font.nametofont(name)["size"] for name in font.names()}
|
||||
self.icon_text_font = font.Font(family="TkIconFont", size=12)
|
||||
|
||||
# widgets
|
||||
self.menubar = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue