Remove unused layout

This commit is contained in:
Bob Swift
2021-04-23 11:47:19 -06:00
committed by Philipp Wolfer
parent 6c68f85af3
commit 1f8b1537e0
2 changed files with 0 additions and 6 deletions

View File

@@ -113,9 +113,6 @@ class Ui_ScriptEditor(object):
self.documentation_frame_layout = QtWidgets.QVBoxLayout(self.documentation_frame)
self.documentation_frame_layout.setContentsMargins(0, 0, 0, 0)
self.documentation_frame_layout.setObjectName("documentation_frame_layout")
self.documentation_layout = QtWidgets.QVBoxLayout()
self.documentation_layout.setObjectName("documentation_layout")
self.documentation_frame_layout.addLayout(self.documentation_layout)
self.verticalLayout_8.addWidget(self.splitter_between_editor_and_documentation)
self.verticalLayout_5.addWidget(self.frame)
self.horizontalLayout_5 = QtWidgets.QHBoxLayout()

View File

@@ -237,9 +237,6 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="documentation_layout"/>
</item>
</layout>
</widget>
</widget>