mirror of https://gitlab.com/pamhyr/pamhyr2
Pamhyr2: Fix pep8.
parent
d0e70ddddc
commit
f65039d748
|
|
@ -127,7 +127,8 @@ class EditSedimentLayersWindow(PamhyrWindow):
|
||||||
if self._study.is_editable():
|
if self._study.is_editable():
|
||||||
self.find(QAction, "action_add").triggered.connect(self.add)
|
self.find(QAction, "action_add").triggered.connect(self.add)
|
||||||
self.find(QAction, "action_del").triggered.connect(self.delete)
|
self.find(QAction, "action_del").triggered.connect(self.delete)
|
||||||
self.find(QAction, "action_move_up").triggered.connect(self.move_up)
|
self.find(QAction, "action_move_up")\
|
||||||
|
.triggered.connect(self.move_up)
|
||||||
self.find(QAction, "action_move_down")\
|
self.find(QAction, "action_move_down")\
|
||||||
.triggered.connect(self.move_down)
|
.triggered.connect(self.move_down)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue