Skip to content

Commit f3637b1

Browse files
ghtmttm-kuhn
authored andcommittedOct 17, 2016
[processing] avoid overlapping UI (#3616)
Super small changes that avoids the overlapping of multi selection widget with other widgets
1 parent e639730 commit f3637b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/gui/ListMultiselectWidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def _do_move(self, fromList, toList):
149149

150150
def _setupUI(self):
151151
self.setSizePolicy(
152-
QSizePolicy.Preferred, QSizePolicy.Ignored)
152+
QSizePolicy.Preferred, QSizePolicy.Preferred)
153153

154154
self.setMinimumHeight(180)
155155

0 commit comments

Comments
 (0)
Please sign in to comment.