Commit bd5fc473 authored by Dan Pascu's avatar Dan Pascu

Fixed attribute name

parent c6c50fee
......@@ -50,7 +50,7 @@ class LineEdit(QLineEdit):
@property
def left_margin(self):
return self.left_widget.sizeHint().width() + 2*self.right_layout.spacing()
return self.left_widget.sizeHint().width() + 2*self.left_layout.spacing()
@property
def right_margin(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment