You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when tk.Entry state set to 'read-only' on sv ttk dark mode, font color becomes white and bg also white, make it hard to see the text.
file_entry = tk.Entry(frame, width=30, fg='black')
fg = 'black' here doesn't work
The text was updated successfully, but these errors were encountered:
when tk.Entry state set to 'read-only' on sv ttk dark mode, font color becomes white and bg also white, make it hard to see the text.
file_entry = tk.Entry(frame, width=30, fg='black')
fg = 'black' here doesn't work
The text was updated successfully, but these errors were encountered: