[Update] Main Window Cover: 設定画面などを開いた時にメイン画面を黒く覆う画面の透明度を下げた。

変更理由: その上に出る文字(The functionality is temporarily disabled until the settings window is closed.)が、後ろのテキストボックスの文字と被って視認性が悪かったので。
This commit is contained in:
Sakamoto Shiina
2024-01-02 11:52:21 +09:00
parent 31755c5031
commit 3891cafc15

View File

@@ -56,7 +56,7 @@ class _CreateWindowCover(CTkToplevel):
self.width_new = self.attach_window.winfo_width()
self.height_new = self.attach_window.winfo_height()
self.geometry("{}x{}+{}+{}".format(self.width_new, self.height_new, self.x_pos, self.y_pos))
fadeInAnimation(self, steps=5, interval=0.005, max_alpha=0.5)
fadeInAnimation(self, steps=5, interval=0.005, max_alpha=0.8)