mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
moved info panel to bottom
This commit is contained in:
parent
f894843204
commit
1361000211
1 changed files with 1 additions and 3 deletions
|
|
@ -1393,10 +1393,8 @@ class PublishOverlayFrame(QtWidgets.QFrame):
|
|||
content_layout.addLayout(footer_layout)
|
||||
|
||||
main_layout = QtWidgets.QVBoxLayout(self)
|
||||
main_layout.setContentsMargins(0, 0, 0, 0)
|
||||
main_layout.addStretch(1)
|
||||
main_layout.addWidget(info_frame, 2)
|
||||
main_layout.addStretch(1)
|
||||
main_layout.addWidget(info_frame, 0)
|
||||
|
||||
hide_btn.clicked.connect(self.hide_requested)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue