commit 28
This commit is contained in:
Binary file not shown.
@@ -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")])
|
||||
|
Reference in New Issue
Block a user