mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
set minimum size of content widget to be able to stretch it's size
This commit is contained in:
parent
cd3543f424
commit
509c6a84d3
1 changed files with 2 additions and 0 deletions
|
|
@ -1332,6 +1332,8 @@ class InstancesLogsView(QtWidgets.QFrame):
|
|||
|
||||
content_widget = QtWidgets.QWidget(content_wrap_widget)
|
||||
content_widget.setAttribute(QtCore.Qt.WA_TranslucentBackground)
|
||||
content_widget.setMinimumSize(80, 80)
|
||||
|
||||
content_layout = QtWidgets.QVBoxLayout(content_widget)
|
||||
content_layout.setContentsMargins(8, 8, 8, 8)
|
||||
content_layout.setSpacing(15)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue