0

In Quickly/Glade, is it possible to keep the text (well, labels) centered, so when I maximize my program's window, the text stays centered? It's probably something easy to do, but I have been unable to find where to auto-adjust the position. Any help would be greatly appreciated. I was also referred here from Askubuntu, so I hope this is the right place to ask.

Compt
  • 103
  • 2

1 Answers1

0

Look at the packing properties of the labels (or perhaps the labels' container, if it's a VBox for example) and make sure that expand is True and fill is also True.

ptomato
  • 56,175
  • 13
  • 112
  • 165