[Update] Remove the background color that was for testing.

This commit is contained in:
Sakamoto Shiina
2023-10-20 06:19:53 +09:00
parent 55db1c2e75
commit e8ee8891b0
7 changed files with 35 additions and 43 deletions

View File

@@ -19,7 +19,7 @@ class ConfigWindow(CTkToplevel):
self.geometry(f"{self.settings.uism.DEFAULT_WIDTH}x{self.settings.uism.DEFAULT_HEIGHT}")
self.configure(fg_color="#ff7f50")
self.configure(fg_color=self.settings.ctm.MAIN_BG_COLOR)
self.protocol("WM_DELETE_WINDOW", self._view_variable.CALLBACK_CLICKED_CLOSE_CONFIG_WINDOW_BUTTON)