domhnallmorr / Tk-Path-Finder

Windows File Explorer/Manager with Tabs. Written in Tkinter using ttkbootstrap.
MIT License
15 stars 4 forks source link

Set treeview row height to 17 #33

Closed domhnallmorr closed 2 years ago

domhnallmorr commented 2 years ago

Add the following to switch_style method;

self.style.configure('Treeview', rowheight=17)

Need to call switch_style in init of mainapp.

domhnallmorr commented 2 years ago

Implemented V0.33.6