scale font
This commit is contained in:
parent
8734b9f22f
commit
7fbbfa8c63
3 changed files with 22 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
import tkinter as tk
|
||||
from tkinter import ttk
|
||||
from tkinter import font, ttk
|
||||
|
||||
from core.gui import appconfig, themes
|
||||
from core.gui.coreclient import CoreClient
|
||||
|
@ -22,6 +22,8 @@ class Application(tk.Frame):
|
|||
# load node icons
|
||||
NodeUtils.setup()
|
||||
|
||||
self.fonts_size = {name: font.nametofont(name)["size"] for name in font.names()}
|
||||
|
||||
# widgets
|
||||
self.menubar = None
|
||||
self.toolbar = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue