Skip to content

Commit df9dbcd

Browse files
committed
Match window bg with clam theme in example
1 parent 49b6827 commit df9dbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tkfilebrowser/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
style = ttk.Style(root)
3636
style.theme_use("clam")
37-
37+
root.configure(bg=style.lookup('TFrame', 'background'))
3838

3939
def c_open_file_old():
4040
rep = filedialog.askopenfilenames(parent=root, initialdir='/', initialfile='tmp',

0 commit comments

Comments
 (0)