mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fix layout
This commit is contained in:
parent
a24f2a1534
commit
5fb35c8f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class ExpandingWidget(QtWidgets.QWidget):
|
|||
label_widget.setObjectName("DictLabel")
|
||||
|
||||
before_label_widget = QtWidgets.QWidget(side_line_widget)
|
||||
before_label_layout = QtWidgets.QVBoxLayout(before_label_widget)
|
||||
before_label_layout = QtWidgets.QHBoxLayout(before_label_widget)
|
||||
before_label_layout.setContentsMargins(0, 0, 0, 0)
|
||||
|
||||
after_label_widget = QtWidgets.QWidget(side_line_widget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue