Skip to content

File selection box unreadable on X11 with dark ttk theme #104

Open
@mak448a

Description

@mak448a

[EDIT] I didn't include operating system info

Fedora 38 KDE, Python 3.11.4

image

from tkinter import *
from tkinter import ttk
import platform
from PIL import ImageTk, Image
import sv_ttk
from tkinter import filedialog

root = Tk()
# root.geometry("800x800")
root.title("Image viewer")

sv_ttk.set_theme("dark")

root.filename = filedialog.askopenfilename(initialdir="~")

root.mainloop()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions