mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] avoid overlapping UI
multi field widget doesn't overlap anymore with other widgets
This commit is contained in:
parent
904f49eceb
commit
76eb086c89
@ -150,7 +150,7 @@ class ListMultiSelectWidget(QGroupBox):
|
||||
|
||||
def _setupUI(self):
|
||||
self.setSizePolicy(
|
||||
QSizePolicy.Preferred, QSizePolicy.Ignored)
|
||||
QSizePolicy.Preferred, QSizePolicy.Preferred)
|
||||
|
||||
self.setMinimumHeight(180)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user