mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #1621 from pypeclub/bugfix/sync_server_layout_fix
This commit is contained in:
commit
77ae5aacb6
2 changed files with 0 additions and 5 deletions
|
|
@ -45,7 +45,6 @@ class SyncServerWindow(QtWidgets.QDialog):
|
||||||
self.pause_btn = QtWidgets.QPushButton("Pause server")
|
self.pause_btn = QtWidgets.QPushButton("Pause server")
|
||||||
|
|
||||||
left_column_layout.addWidget(self.pause_btn)
|
left_column_layout.addWidget(self.pause_btn)
|
||||||
left_column.setLayout(left_column_layout)
|
|
||||||
|
|
||||||
repres = SyncRepresentationSummaryWidget(
|
repres = SyncRepresentationSummaryWidget(
|
||||||
sync_server,
|
sync_server,
|
||||||
|
|
@ -60,8 +59,6 @@ class SyncServerWindow(QtWidgets.QDialog):
|
||||||
split.setSizes([180, 950, 200])
|
split.setSizes([180, 950, 200])
|
||||||
container_layout.addWidget(split)
|
container_layout.addWidget(split)
|
||||||
|
|
||||||
container.setLayout(container_layout)
|
|
||||||
|
|
||||||
body_layout = QtWidgets.QHBoxLayout(body)
|
body_layout = QtWidgets.QHBoxLayout(body)
|
||||||
body_layout.addWidget(container)
|
body_layout.addWidget(container)
|
||||||
body_layout.setContentsMargins(0, 0, 0, 0)
|
body_layout.setContentsMargins(0, 0, 0, 0)
|
||||||
|
|
@ -77,7 +74,6 @@ class SyncServerWindow(QtWidgets.QDialog):
|
||||||
layout.addWidget(body)
|
layout.addWidget(body)
|
||||||
layout.addWidget(footer)
|
layout.addWidget(footer)
|
||||||
|
|
||||||
self.setLayout(body_layout)
|
|
||||||
self.setWindowTitle("Sync Queue")
|
self.setWindowTitle("Sync Queue")
|
||||||
|
|
||||||
self.projects.project_changed.connect(
|
self.projects.project_changed.connect(
|
||||||
|
|
|
||||||
|
|
@ -602,7 +602,6 @@ class SyncServerDetailWindow(QtWidgets.QDialog):
|
||||||
layout.addWidget(body)
|
layout.addWidget(body)
|
||||||
layout.addWidget(footer)
|
layout.addWidget(footer)
|
||||||
|
|
||||||
self.setLayout(body_layout)
|
|
||||||
self.setWindowTitle("Sync Representation Detail")
|
self.setWindowTitle("Sync Representation Detail")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue