add unuse items font change
This commit is contained in:
21
VRCT.py
21
VRCT.py
@@ -718,10 +718,11 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel):
|
|||||||
self.optionmenu_translation_input_source_language.configure(font=customtkinter.CTkFont(family=choice))
|
self.optionmenu_translation_input_source_language.configure(font=customtkinter.CTkFont(family=choice))
|
||||||
self.label_translation_input_arrow.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.optionmenu_translation_input_target_language.configure(font=customtkinter.CTkFont(family=choice))
|
||||||
# self.label_translation_output_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.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))
|
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
|
# tab Transcription
|
||||||
self.label_input_mic_device.configure(font=customtkinter.CTkFont(family=choice))
|
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.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_is_dynamic.configure(font=customtkinter.CTkFont(family=choice))
|
||||||
self.label_input_mic_threshold.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.label_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice))
|
||||||
# self.optionmenu_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.label_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice))
|
||||||
# self.optionmenu_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_is_dynamic.configure(font=customtkinter.CTkFont(family=choice))
|
||||||
# self.label_input_speaker_threshold.configure(font=customtkinter.CTkFont(family=choice))
|
self.label_input_speaker_threshold.configure(font=customtkinter.CTkFont(family=choice))
|
||||||
|
|
||||||
# tab Parameter
|
# tab Parameter
|
||||||
self.label_ip_address.configure(font=customtkinter.CTkFont(family=choice))
|
self.label_ip_address.configure(font=customtkinter.CTkFont(family=choice))
|
||||||
|
|||||||
Reference in New Issue
Block a user