[Update] Main Window Cover: 設定画面などを開いた時にメイン画面を黒く覆う画面の透明度を下げた。
変更理由: その上に出る文字(The functionality is temporarily disabled until the settings window is closed.)が、後ろのテキストボックスの文字と被って視認性が悪かったので。
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user