From 3891cafc1519cf135fe3941b64dde087e9cfb4c4 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:52:21 +0900 Subject: [PATCH] =?UTF-8?q?[Update]=20Main=20Window=20Cover:=20=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A=E7=94=BB=E9=9D=A2=E3=81=AA=E3=81=A9=E3=82=92=E9=96=8B?= =?UTF-8?q?=E3=81=84=E3=81=9F=E6=99=82=E3=81=AB=E3=83=A1=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=82=92=E9=BB=92=E3=81=8F=E8=A6=86=E3=81=86?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=AE=E9=80=8F=E6=98=8E=E5=BA=A6=E3=82=92?= =?UTF-8?q?=E4=B8=8B=E3=81=92=E3=81=9F=E3=80=82=20=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=E7=90=86=E7=94=B1:=20=E3=81=9D=E3=81=AE=E4=B8=8A=E3=81=AB?= =?UTF-8?q?=E5=87=BA=E3=82=8B=E6=96=87=E5=AD=97=EF=BC=88The=20functionalit?= =?UTF-8?q?y=20is=20temporarily=20disabled=20until=20the=20settings=20wind?= =?UTF-8?q?ow=20is=20closed.=EF=BC=89=E3=81=8C=E3=80=81=E5=BE=8C=E3=82=8D?= =?UTF-8?q?=E3=81=AE=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=83=9C=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=82=B9=E3=81=AE=E6=96=87=E5=AD=97=E3=81=A8=E8=A2=AB?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E8=A6=96=E8=AA=8D=E6=80=A7=E3=81=8C=E6=82=AA?= =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vrct_gui/_CreateWindowCover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrct_gui/_CreateWindowCover.py b/vrct_gui/_CreateWindowCover.py index 600619be..2b88a3d8 100644 --- a/vrct_gui/_CreateWindowCover.py +++ b/vrct_gui/_CreateWindowCover.py @@ -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)