Skip to content

Commit

Permalink
Reduce margins on Workfiles tool due to nested layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jan 16, 2025
1 parent e3b9bfa commit 43f8764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_core/tools/workfiles/widgets/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def __init__(self, controller=None, parent=None):

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)
Expand Down

0 comments on commit 43f8764

Please sign in to comment.