Skip to content

Commit

Permalink
Property editor margin tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
reilleya committed Dec 4, 2024
1 parent bb9b0ac commit abd0550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uilib/widgets/propertyEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def __init__(self, parent, prop, preferences):
super(PropertyEditor, self).__init__(QWidget(parent))
self.preferences = preferences
self.setLayout(QVBoxLayout())
self.layout().setSpacing(0)
self.layout().setContentsMargins(5, 5, 5, 5)
self.prop = prop

if self.preferences is not None:
Expand Down

0 comments on commit abd0550

Please sign in to comment.