Skip to content

Commit 44fcb1b

Browse files
committed
Adjust spacing
1 parent 8e84f03 commit 44fcb1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

editor/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def __init__(self, parent):
3232
self.hbox_layout = QHBoxLayout()
3333
# self.hbox_layout.setStretch(0, 1)
3434
self.title = QLabel("Untitled Scene")
35+
self.vbox_layout.setContentsMargins(0, 0, 0, 0)
36+
self.vbox_layout.setSpacing(0)
3537
self.hbox_layout.addWidget(self.title)
3638

3739
self.add_button = QToolButton(self)

0 commit comments

Comments
 (0)