add unuse items font change

This commit is contained in:
misyaguziya
2023-06-11 17:59:48 +09:00
parent 1e6c5ad1bc
commit 5c822de80b

21
VRCT.py
View File

@@ -718,10 +718,11 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel):
self.optionmenu_translation_input_source_language.configure(font=customtkinter.CTkFont(family=choice))
self.label_translation_input_arrow.configure(font=customtkinter.CTkFont(family=choice))
self.optionmenu_translation_input_target_language.configure(font=customtkinter.CTkFont(family=choice))
# self.label_translation_output_language.configure(font=customtkinter.CTkFont(family=choice))
# self.optionmenu_translation_output_source_language.configure(font=customtkinter.CTkFont(family=choice))
# self.label_translation_output_arrow.configure(font=customtkinter.CTkFont(family=choice))
# self.optionmenu_translation_output_target_language.configure(font=customtkinter.CTkFont(family=choice))
self.label_translation_output_language.configure(font=customtkinter.CTkFont(family=choice))
self.optionmenu_translation_output_source_language.configure(font=customtkinter.CTkFont(family=choice))
self.label_translation_output_arrow.configure(font=customtkinter.CTkFont(family=choice))
self.label_translation_output_arrow.configure(font=customtkinter.CTkFont(family=choice))
self.optionmenu_translation_output_target_language.configure(font=customtkinter.CTkFont(family=choice))
# tab Transcription
self.label_input_mic_device.configure(font=customtkinter.CTkFont(family=choice))
@@ -730,12 +731,12 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel):
self.optionmenu_input_mic_voice_language.configure(font=customtkinter.CTkFont(family=choice))
self.label_input_mic_is_dynamic.configure(font=customtkinter.CTkFont(family=choice))
self.label_input_mic_threshold.configure(font=customtkinter.CTkFont(family=choice))
# self.label_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice))
# self.optionmenu_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice))
# self.label_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice))
# self.optionmenu_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice))
# self.label_input_speaker_is_dynamic.configure(font=customtkinter.CTkFont(family=choice))
# self.label_input_speaker_threshold.configure(font=customtkinter.CTkFont(family=choice))
self.label_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice))
self.optionmenu_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice))
self.label_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice))
self.optionmenu_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice))
self.label_input_speaker_is_dynamic.configure(font=customtkinter.CTkFont(family=choice))
self.label_input_speaker_threshold.configure(font=customtkinter.CTkFont(family=choice))
# tab Parameter
self.label_ip_address.configure(font=customtkinter.CTkFont(family=choice))