diff options
Diffstat (limited to 'ui/main_window.py')
| -rw-r--r-- | ui/main_window.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/main_window.py b/ui/main_window.py index a123677..9df7ef7 100644 --- a/ui/main_window.py +++ b/ui/main_window.py @@ -151,8 +151,8 @@ class MainWindow(QMainWindow): self._chart = StripChartWidget(self.engine, self.registry, self.processor) hsplit.addWidget(self._chart) - hsplit.setSizes([260, 1000]) + root.addWidget(hsplit) sb = QStatusBar(); self.setStatusBar(sb) |
