check emulation light

This commit is contained in:
Huy Pham 2019-12-12 16:23:27 -08:00
parent 73b27d38cd
commit 89f8b421b8

View file

@ -87,6 +87,7 @@ class CheckLight(Dialog):
row = row + 1
self.text = CodeText(self)
self.text.config(state=tk.DISABLED)
self.text.grid(row=row, column=0, sticky="nsew")
row = row + 1