diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-04-22 12:21:28 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-04-22 12:21:28 -0600 |
| commit | 91101126e9d044adb8afa635cca1ab5d5a4c51a6 (patch) | |
| tree | 5e8a5de10751e82e76092e37760cc984346f7eb7 /ui/plot_builder.py | |
| parent | 38ba9706e43c24a9d882b9d0d627812e01a30744 (diff) | |
Fixed saving profile to include devices and their configuration
Diffstat (limited to 'ui/plot_builder.py')
| -rw-r--r-- | ui/plot_builder.py | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
