diff --git a/openpype/tools/new_publisher/widgets.py b/openpype/tools/new_publisher/widgets.py index 8899107e49..f62b8c0274 100644 --- a/openpype/tools/new_publisher/widgets.py +++ b/openpype/tools/new_publisher/widgets.py @@ -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)