mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
added missing footer widget
This commit is contained in:
parent
c1065c57c1
commit
82c7115f27
1 changed files with 3 additions and 1 deletions
|
|
@ -122,7 +122,9 @@ class PublisherWindow(QtWidgets.QDialog):
|
|||
publish_btn.setIcon(get_icon("play"))
|
||||
publish_btn.setToolTip("Publish")
|
||||
|
||||
footer_layout = QtWidgets.QHBoxLayout()
|
||||
footer_widget = QtWidgets.QWidget(subset_frame)
|
||||
footer_layout = QtWidgets.QHBoxLayout(footer_widget)
|
||||
footer_layout.setContentsMargins(0, 0, 0, 0)
|
||||
footer_layout.addWidget(message_input, 1)
|
||||
footer_layout.addWidget(reset_btn, 0)
|
||||
footer_layout.addWidget(stop_btn, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue