We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ce1e3 commit bb79b6dCopy full SHA for bb79b6d
1 file changed
code/pdf_split.py
@@ -93,10 +93,12 @@ def press(button):
93
else:
94
app.stop()
95
96
+
97
# Create the GUI Window
98
app = gui("PDF Splitter", useTtk=True)
-app.setTtkTheme("clam")
99
-print(app.getTtkThemes())
+app.setTtkTheme("default")
100
+# Uncomment below to see all available themes
101
+# print(app.getTtkThemes())
102
app.setSize(500, 200)
103
104
# Add the interactive components
0 commit comments