update light column
This commit is contained in:
@@ -97,7 +97,7 @@ async def ui():
|
||||
window["cmd_table"].Widget.bind(
|
||||
"<Button-1>", lambda x: _tree_header_click_handler(x, window["cmd_table"])
|
||||
)
|
||||
window["cmd_table"].Widget.column("#0", width=80, stretch=tk.NO, anchor=tk.CENTER)
|
||||
window["cmd_table"].Widget.column("#0", stretch=tk.NO, anchor=tk.CENTER)
|
||||
|
||||
while True:
|
||||
event, value = window.read(0)
|
||||
|
||||
Reference in New Issue
Block a user