add ui font
This commit is contained in:
6
VRCT.py
6
VRCT.py
@@ -675,6 +675,12 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel):
|
||||
self.optionmenu_ui_scaling.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.label_font_family.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.optionmenu_font_family.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.label_mic_device.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.optionmenu_mic_device.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.label_input_voice_language.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.optionmenu_input_voice_language.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.label_mic_is_dynamic.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.label_mic_threshold.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.label_ip_address.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.entry_ip_address.configure(font=customtkinter.CTkFont(family=choice))
|
||||
self.label_port.configure(font=customtkinter.CTkFont(family=choice))
|
||||
|
||||
Reference in New Issue
Block a user