mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
expand spacing of the drop zone
This commit is contained in:
parent
37c98c045e
commit
0c674fcc61
1 changed files with 2 additions and 2 deletions
|
|
@ -43,11 +43,11 @@ class DropEmpty(QtWidgets.QWidget):
|
|||
|
||||
layout = QtWidgets.QVBoxLayout(self)
|
||||
layout.setContentsMargins(0, 0, 0, 0)
|
||||
layout.addSpacing(10)
|
||||
layout.addSpacing(20)
|
||||
layout.addWidget(
|
||||
drop_label_widget, 0, alignment=QtCore.Qt.AlignCenter
|
||||
)
|
||||
layout.addSpacing(10)
|
||||
layout.addSpacing(30)
|
||||
layout.addStretch(1)
|
||||
layout.addWidget(
|
||||
items_label_widget, 0, alignment=QtCore.Qt.AlignCenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue