commit 28

This commit is contained in:
2025-07-30 20:36:19 +02:00
parent e535a42d3e
commit 4ca52c2dc9
2 changed files with 1 additions and 1 deletions

View File

@@ -232,7 +232,7 @@ class CustomFileDialog(tk.Toplevel):
style.configure("Treeview.Heading", relief="flat",
borderwidth=0, font=('TkDefaultFont', 10, 'bold'))
style.configure("Treeview", rowheight=28,
style.configure("Treeview", rowheight=32, pady=2,
background=self.icon_bg_color, fieldbackground=self.icon_bg_color, borderwidth=0)
style.map("Treeview", background=[('selected', self.selection_color)], foreground=[
('selected', "black" if not self.is_dark else "white")])