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 e012d82 commit 83a4bf5Copy full SHA for 83a4bf5
guiconfig.py
@@ -495,7 +495,7 @@ def _create_kconfig_tree_and_desc(parent):
495
# Panedwindow and the Treeview. This code is shared between the main window
496
# and the jump-to dialog.
497
498
- panedwindow = ttk.Panedwindow(parent, orient=VERTICAL)
+ panedwindow = ttk.Panedwindow(parent, orient="vertical")
499
500
tree_frame, tree = _create_kconfig_tree(panedwindow)
501
desc_frame, desc = _create_kconfig_desc(panedwindow)
0 commit comments