diff --git a/waveform_editor/gui/shape_editor/shape_editor.py b/waveform_editor/gui/shape_editor/shape_editor.py index 7d215820..224578ff 100644 --- a/waveform_editor/gui/shape_editor/shape_editor.py +++ b/waveform_editor/gui/shape_editor/shape_editor.py @@ -143,13 +143,16 @@ def __init__(self, main_gui): ) self.panel = pn.Row( + pn.HSpacer(), left_col, pn.Column( menu, pn.layout.Divider(), inputs, - sizing_mode="stretch_both", + sizing_mode="stretch_width", + max_width=800, ), + pn.HSpacer(), ) def _create_card(