Skip to content

Commit

Permalink
bigger margins for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Dec 10, 2024
1 parent 5d91c9b commit 4010183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/tools/push_to_project/ui/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, parent):
btns_layout.addWidget(close_btn, 0)

main_layout = QtWidgets.QVBoxLayout(self)
main_layout.setContentsMargins(6, 6, 6, 6)
main_layout.setContentsMargins(10, 10, 10, 10)
main_layout.addWidget(title_label, 0)
main_layout.addWidget(sep_1, 0)
main_layout.addWidget(detail_widget, 1)
Expand Down

0 comments on commit 4010183

Please sign in to comment.