tralph3 / ZeroTier-GUI

A Linux front-end for ZeroTier
GNU General Public License v3.0
211 stars 32 forks source link

Treeview is unreadable on HiDPI screens #22

Open monte-monte opened 1 year ago

monte-monte commented 1 year ago

When UI scaling is enabled in gnome fonts become too big for treeview rows: image

I've fixed it by adding self.style.configure('Treeview', rowheight=40) in TreeView class.