add exception handle for openapi-selector
This commit is contained in:
@ -74,10 +74,10 @@ class App(customtkinter.CTk):
|
||||
self.geometry("1200x550+30+30")
|
||||
self.protocol("WM_DELETE_WINDOW", self.func_end_callback)
|
||||
self.config(bg='#E9E9E9')
|
||||
self.rowconfigure(0, weight=1)
|
||||
self.rowconfigure(1, weight=19)
|
||||
self.columnconfigure(0, weight=1)
|
||||
self.columnconfigure(1, weight=19)
|
||||
self.grid_rowconfigure(0, weight=1)
|
||||
self.grid_rowconfigure(1, weight=19)
|
||||
self.grid_columnconfigure(0, weight=1)
|
||||
self.grid_columnconfigure(1, weight=19)
|
||||
self.minsize(1200, 550)
|
||||
# =====================================================================
|
||||
# 1. create frame sidebar(left)
|
||||
|
Reference in New Issue
Block a user