mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #1092 from BigRoy/enhancement/workfiles_fix_big_margins
Reduce margins on Workfiles tool due to nested layouts
This commit is contained in:
commit
8d349c7c8b
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ class WorkfilesToolWindow(QtWidgets.QWidget):
|
|||
|
||||
main_layout = QtWidgets.QHBoxLayout(self)
|
||||
main_layout.addWidget(pages_widget, 1)
|
||||
main_layout.setContentsMargins(0, 0, 0, 0)
|
||||
|
||||
overlay_messages_widget = MessageOverlayObject(self)
|
||||
overlay_invalid_host = InvalidHostOverlay(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue