mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
added column stretch to grid layout
This commit is contained in:
parent
b344e0c27a
commit
c9ee4e5f71
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ class DictConditionalWidget(BaseWidget):
|
|||
self._enum_key_by_wrapper_id = {}
|
||||
self._added_wrapper_ids = set()
|
||||
|
||||
self.content_layout.setColumnStretch(0, 0)
|
||||
self.content_layout.setColumnStretch(1, 1)
|
||||
|
||||
# Add enum entity to layout mapping
|
||||
enum_entity = self.entity.enum_entity
|
||||
self._parent_widget_by_entity_id[enum_entity.id] = self.content_widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue