Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 24, 2023
1 parent e283d63 commit 968fe17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions koordinates/gui/koordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ def createWidget(self, parent):
self._action_group.addButton(check_box)
check_box.installEventFilter(self)
check_box.setStyleSheet(
'margin-top: 10px; margin-right:30px; margin-bottom:10px; margin-left:{}px;'.format(
15 + self._indent * 20
))
"""margin-top: 10px; margin-right:30px;
margin-bottom:10px; margin-left:{}px;""".format(
15 + self._indent * 20
))
check_box.toggled.connect(self._on_radio_button_toggled)
self._widget = check_box
else:
Expand Down

0 comments on commit 968fe17

Please sign in to comment.