mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Use smaller margins for checkboxes panel
This commit is contained in:
parent
ecf7dd5e4f
commit
4bae647ad9
@ -56,6 +56,8 @@ class CheckboxesPanel(QWidget):
|
||||
self._buttonGroup = QButtonGroup()
|
||||
self._buttonGroup.setExclusive(not multiple)
|
||||
layout = QGridLayout()
|
||||
layout.setContentsMargins(0, 0, 0, 0)
|
||||
layout.setMargin(0)
|
||||
for i, (v, t) in enumerate(self._options):
|
||||
if multiple:
|
||||
button = QCheckBox(t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user