summaryrefslogtreecommitdiff
path: root/silx/app/view/Viewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/app/view/Viewer.py')
-rw-r--r--silx/app/view/Viewer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/silx/app/view/Viewer.py b/silx/app/view/Viewer.py
index 9503533..dd4d075 100644
--- a/silx/app/view/Viewer.py
+++ b/silx/app/view/Viewer.py
@@ -116,6 +116,8 @@ class Viewer(qt.QMainWindow):
spliter.addWidget(rightPanel)
spliter.addWidget(self.__dataPanel)
spliter.setStretchFactor(1, 1)
+ spliter.setCollapsible(0, False)
+ spliter.setCollapsible(1, False)
self.__splitter = spliter
main_panel = qt.QWidget(self)