[Refactor/Update] Quick Settings Window(Overlay, VRC Mic Mute Sync): Apply UI Scaling.

and remove the codes that is no longer in use.
This commit is contained in:
Sakamoto Shiina
2024-05-09 19:29:26 +09:00
parent 4c02a75221
commit 7339cf10a3
4 changed files with 9 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
from types import SimpleNamespace
from ..ui_utils import calculateUiSize, getImageFileFromUiUtils_AboutVrct, bindButtonReleaseFunction, createButtonWithImage, bindButtonFunctionAndColor
from customtkinter import CTkFrame, CTkLabel, CTkImage, CTkFont
from ..ui_utils import calculateUiSize, getImageFileFromUiUtils_AboutVrct, bindButtonFunctionAndColor
from customtkinter import CTkFrame, CTkLabel, CTkImage
IMAGE_STANDARD_SCALING = 2
class AboutVrctManager():