Closed Fran6nd closed 4 years ago
The issue is simple: Using a GridColTitles inside BoxTitle via _contained_widget won't show up titles. It works as expected with any others wigget I tryed... It seems borders of BoxTitlesare overwriting titles.
GridColTitles
BoxTitle
_contained_widget
BoxTitles
Did you also try to, first, define a width and height of GridColTitles ?
I'll do so right now!
The issue is simple: Using a
GridColTitles
insideBoxTitle
via_contained_widget
won't show up titles. It works as expected with any others wigget I tryed... It seems borders ofBoxTitles
are overwriting titles.