Skip to content

Commit

Permalink
UI fix
Browse files Browse the repository at this point in the history
See issue #513
  • Loading branch information
lekeno committed Jul 7, 2024
1 parent ac62c68 commit f65307c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edr/edrtogglingpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def __init__(self, parent, label, status, show, callback_entry, *args, **options
self.input.bind("<Return>", (lambda event: callback_entry(self.input.get())))
self.input.grid(sticky="ew", row=2, column=0, columnspan=3)
self.input.config(state='disabled')
self.input.configure(foreground=fg, background=bg)

self.status_frame.grid_columnconfigure(2, weight=1)

Expand Down

0 comments on commit f65307c

Please sign in to comment.