From 91101126e9d044adb8afa635cca1ab5d5a4c51a6 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 22 Apr 2026 12:21:28 -0600 Subject: Fixed saving profile to include devices and their configuration --- ui/plot_builder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/plot_builder.py') diff --git a/ui/plot_builder.py b/ui/plot_builder.py index beda116..ad6d231 100644 --- a/ui/plot_builder.py +++ b/ui/plot_builder.py @@ -356,8 +356,8 @@ class PlotBuilderWindow(QWidget): else build_default_layout(registry, processor) self.setWindowTitle("Plot Builder") - self.setMinimumSize(700, 560) - self.resize(800, 680) + self.setMinimumSize(700, 780) + self.resize(800, 780) self._blocks: List[PlotBlock] = [] self._build() self._populate() -- cgit v1.2.3