We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e84f03 commit 44fcb1bCopy full SHA for 44fcb1b
editor/views.py
@@ -32,6 +32,8 @@ def __init__(self, parent):
32
self.hbox_layout = QHBoxLayout()
33
# self.hbox_layout.setStretch(0, 1)
34
self.title = QLabel("Untitled Scene")
35
+ self.vbox_layout.setContentsMargins(0, 0, 0, 0)
36
+ self.vbox_layout.setSpacing(0)
37
self.hbox_layout.addWidget(self.title)
38
39
self.add_button = QToolButton(self)
0 commit comments