We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d5788 commit a43a4a0Copy full SHA for a43a4a0
Sample GUI Implementation/image_viewer.py
@@ -22,6 +22,8 @@
22
import PySimpleGUI as sg
23
import cv2
24
25
+sg.theme('dark grey 9')
26
+
27
FILE_SELECT_COLUMN_LAYOUT = [
28
[sg.Text("Image Folder:")],
29
[sg.In(size=(52, 1), enable_events=True, key="-FOLDER-"),
0 commit comments