podgorskiy / bimpy

imgui for python
https://podgorskiy.github.io/bimpy/
MIT License
202 stars 33 forks source link

How do I specify Column group Size or a single column max size, they keep autoresing #48

Open Mayorc1978 opened 1 year ago

Mayorc1978 commented 1 year ago

How to specify a Column group max size? In example: bp.columns(4, "mycolumns") Is it possible to specify specific column size after writing bp.next_column()? And how do I remove the auto-resize feature?