add ui font

This commit is contained in:
misyaguziya
2023-06-09 18:12:41 +09:00
parent f8e2ab861c
commit 21a9edd43e

View File

@@ -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))