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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top