On Tue, 9 Oct 2018 19:37:14 +0200, Mike Wey wrote:

On 10/9/18 6:47 PM, aedt wrote:

Hi. I can't figure out why there is a massive space between the vertical borders and the box in the middle?

Try setting the minimum height/width of the label with
setSizeRequest(width, height) the label can't base it's requested with
on the with of the parent container.

On my machine this lead to a label with a minimum height based on the
height needed when every word is wrapped, leading to a lot of empty
space above and below the label, unless i drag the window to its minimum
with.

Thanks, that helped.