From afa8b6f1a46c6fd847bbaaae4a52e5911dd5b108 Mon Sep 17 00:00:00 2001 From: Alexandra Ioan Date: Wed, 24 Jun 2026 12:08:13 +0200 Subject: [PATCH] center plasma shape editor --- waveform_editor/gui/shape_editor/shape_editor.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(