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
|
@ -125,6 +125,7 @@ class PreferencesDialog(Dialog):
|
|||
# scale fonts
|
||||
scale_fonts(self.app.fonts_size, app_scale)
|
||||
self.app.icon_text_font.config(size=int(12 * app_scale))
|
||||
self.app.edge_font.config(size=int(8 * app_scale))
|
||||
|
||||
# scale application widow size
|
||||
screen_width = self.app.master.winfo_screenwidth()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue