Skip to content

Commit 8e671d2

Browse files
committed
Re #149 Erroneously deleted object name after review
1 parent 2f3de6b commit 8e671d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rascal2/widgets/sliders_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _create_slider_view_layout(self) -> None:
147147

148148
main_layout = QtWidgets.QVBoxLayout()
149149

150-
accept_button = QtWidgets.QPushButton("Accept", self)
150+
accept_button = QtWidgets.QPushButton("Accept", self, objectName="AcceptButton")
151151
accept_button.clicked.connect(self._apply_changes_from_sliders)
152152
self.__accept_button = accept_button
153153

0 commit comments

Comments
 (0)