👍[Update] ファビコンを新しいものに変更
This commit is contained in:
@@ -3,6 +3,8 @@ from .widgets import createConfigWindowTitle, createSideMenuAndSettingsBoxContai
|
||||
|
||||
from customtkinter import CTkToplevel
|
||||
|
||||
from ..ui_utils import getImagePath
|
||||
|
||||
class ConfigWindow(CTkToplevel):
|
||||
def __init__(self, vrct_gui, settings, view_variable):
|
||||
super().__init__()
|
||||
@@ -10,6 +12,7 @@ class ConfigWindow(CTkToplevel):
|
||||
|
||||
|
||||
# configure window
|
||||
self.after(200, lambda: self.iconbitmap(getImagePath("vrct_logo_mark_black.ico")))
|
||||
self.title("test config_window.py")
|
||||
self.geometry(f"{1080}x{680}")
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ def createMainWindowWidgets(vrct_gui, settings, view_variable):
|
||||
vrct_gui.protocol("WM_DELETE_WINDOW", vrct_gui.quitVRCT)
|
||||
|
||||
|
||||
vrct_gui.iconbitmap(getImagePath("app.ico"))
|
||||
vrct_gui.iconbitmap(getImagePath("vrct_logo_mark_black.ico"))
|
||||
vrct_gui.title("VRCT")
|
||||
vrct_gui.geometry(f"{880}x{640}")
|
||||
vrct_gui.minsize(400, 175)
|
||||
|
||||
Reference in New Issue
Block a user