From 5c822de80b6b57d9130505d68f817bbebeabf9e3 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Sun, 11 Jun 2023 17:59:48 +0900 Subject: [PATCH] add unuse items font change --- VRCT.py | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/VRCT.py b/VRCT.py index aa52f8f8..bb096440 100644 --- a/VRCT.py +++ b/VRCT.py @@ -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))