Skip to content

Commit

Permalink
adding support for Maya 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
Sosoyan authored and Sosoyan committed Dec 17, 2017
1 parent cee2d28 commit 000f261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aton_maya.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, label, first = True):

self.layout = QtWidgets.QHBoxLayout(self)
self.layout.setSizeConstraint(QtWidgets.QLayout.SetMaximumSize)
self.layout.setMargin(0)
self.layout.setContentsMargins(0, 0, 0, 0)
self.layout.addWidget(self.label)

class LineEditBox(BoxWidget):
Expand Down

0 comments on commit 000f261

Please sign in to comment.