Skip to content

Commit f77da4b

Browse files
committed
remove node_publish_widget unused layout
1 parent 59ee2a9 commit f77da4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NodeGraphQt/widgets/node_publish_widget.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def __init__(self, node):
1616
self.published = False
1717

1818
layout = QtWidgets.QVBoxLayout(self)
19-
self.layout = QtWidgets.QHBoxLayout(self)
2019
self.node = node
2120
self.node_name = QtWidgets.QLineEdit(node.name())
2221
self.node_class_name = QtWidgets.QLineEdit(node.name().replace(" ", "_"))

0 commit comments

Comments
 (0)