summaryrefslogtreecommitdiff
path: root/silx/gui/widgets/FlowLayout.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/widgets/FlowLayout.py')
-rw-r--r--silx/gui/widgets/FlowLayout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/silx/gui/widgets/FlowLayout.py b/silx/gui/widgets/FlowLayout.py
index 14c8ab2..3c4c9dd 100644
--- a/silx/gui/widgets/FlowLayout.py
+++ b/silx/gui/widgets/FlowLayout.py
@@ -71,7 +71,7 @@ class FlowLayout(qt.QLayout):
return None
def expandingDirections(self):
- return 0
+ return qt.Qt.Orientations()
def hasHeightForWidth(self):
return True