From 8154e9a4f135fe82f15dab046b9834be4db2f305 Mon Sep 17 00:00:00 2001 From: Captain FLAM <2856272+Captain-FLAM@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:21:04 +0200 Subject: [PATCH] 4.6 --- Gui/Notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gui/Notebook.py b/Gui/Notebook.py index b7d5a22..f8ea87b 100644 --- a/Gui/Notebook.py +++ b/Gui/Notebook.py @@ -88,7 +88,7 @@ def Label(text, index, short = False): input_path = widgets.Text(config['AUDIO']['input'], continuous_update=True, layout = {'width':'310px'}, style=font_input) normalize = widgets.Dropdown(value = config['AUDIO']['normalize'], options = App.settings.Options['Normalize'], layout = {'width':'70px'}, style=font_input) output_path = widgets.Text(config['AUDIO']['output'], continuous_update=True, layout = {'width':'310px'}, style=font_input) - output_format = widgets.Dropdown(value = config['AUDIO']['output_format'], options = App.settings.Options['Output_format'], layout = {'width':'153px'}, style=font_input) + output_format = widgets.Dropdown(value = config['AUDIO']['output_format'], options = App.settings.Options['Output_format'], layout = {'width':('145px' if isColab else '153px')}, style=font_input) silent = widgets.Dropdown(value = config['AUDIO']['silent'], options = App.settings.Options['Silent'], layout = {'width':'100px'}, style=font_input) infra_bass = widgets.Checkbox((config['AUDIO']['infra_bass'].lower() == "true"), indent=False, style=font_input, layout=checkbox_layout) # PROCESS