Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Unity 工具(PyGTK + Python)开发 Ubuntu 应用程序。我可以毫无问题地更改标签字体大小,但我找不到相同的按钮。如何更改按钮字体大小?
这样做的目的是,我正在开发一个屏幕键盘,所以数字文本需要更大,以便更容易看到。
该按钮包含一个标签,您可以使用该标签get_child()和相关功能进行访问。您可以使用普通方法更改标签的字体大小。
get_child()