mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 00:54:14 +00:00
Remove unused layout
This commit is contained in:
committed by
Philipp Wolfer
parent
6c68f85af3
commit
1f8b1537e0
@@ -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()
|
||||
|
||||
@@ -237,9 +237,6 @@
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<layout class="QVBoxLayout" name="documentation_layout"/>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user