From f24ca9c30dd89c4b58ce70e8faaa7354f2eb99c4 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:58:49 +0900 Subject: [PATCH] =?UTF-8?q?[bugfix]=20Splash=20Window:=20toolwindow?= =?UTF-8?q?=E3=82=92True=E3=81=AB=E3=81=97=E5=BF=98=E3=82=8C=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=A6=E3=80=81=E8=B5=B7=E5=8B=95=E6=99=82=E3=81=AB?= =?UTF-8?q?=E3=82=BF=E3=82=B9=E3=82=AF=E3=83=90=E3=83=BC=E3=81=AB=E8=A6=8B?= =?UTF-8?q?=E3=81=88=E3=81=A6=E3=81=97=E3=81=BE=E3=81=A3=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vrct_gui/splash_window/SplashWindow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vrct_gui/splash_window/SplashWindow.py b/vrct_gui/splash_window/SplashWindow.py index d5e1d2e7..96537c5e 100644 --- a/vrct_gui/splash_window/SplashWindow.py +++ b/vrct_gui/splash_window/SplashWindow.py @@ -8,6 +8,7 @@ class SplashWindow(CTkToplevel): self.overrideredirect(True) self.configure(fg_color="#292a2d") self.title("SplashWindow") + self.wm_attributes("-toolwindow", True) sw=self.winfo_screenwidth()