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.
我的应用程序在 Windows 上看起来很漂亮
但在 MacOS 和 Linux 上,它看起来一点也不好看!
我可以做些什么来帮助使这个小部件的外观在操作系统之间保持一致?
我的应用程序源代码: http: //pae.st/BILs/
使用 Tkinter 的place管理器进行小部件布局会导致应用程序在不同操作系统上的布局不佳。您应该使用一个pack或多个grid管理器,这两个管理器都会根据您遇到的不同小部件大小进行调整。
place
pack
grid