summaryrefslogtreecommitdiff
path: root/ui/plot_builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/plot_builder.py')
-rw-r--r--ui/plot_builder.py4
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()