Forum Archive

Few ui suggestions

JonB

1) popover in the beta appears to have a minimum height, even with hide_title_bar =True. Below about 50, the height is not honored. I am working on a popover context menu similar to the Select/Paste menu, but it looks funny because the popover is too tall.
2) It might be nice if SegmentedControl segment widths could be variable, or of size_to_fit fits the segment sizes. Currently size to fit for SegmentedControl does not work at all.
3) TableView does not seem to take a frame argument as an input.

ccc

It would also be helpful if the docs for each of the ui element stated which __init__() parameters are valid. It does not seem to be a consistent set across all ui elements..