add exception handle for openapi-selector

This commit is contained in:
2024-08-17 09:28:33 +08:00
parent 29bd4185c4
commit 03b15751c2
2 changed files with 24 additions and 18 deletions

View File

@ -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)