Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] avoid overlapping UI
multi field widget doesn't overlap anymore with other widgets
  • Loading branch information
ghtmtt committed Oct 18, 2016
1 parent 904f49e commit 76eb086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ListMultiselectWidget.py
Expand Up @@ -150,7 +150,7 @@ def _do_move(self, fromList, toList):

def _setupUI(self):
self.setSizePolicy(
QSizePolicy.Preferred, QSizePolicy.Ignored)
QSizePolicy.Preferred, QSizePolicy.Preferred)

self.setMinimumHeight(180)

Expand Down

0 comments on commit 76eb086

Please sign in to comment.