gpt4 book ai didi

python - Python 按钮周围有白色

转载 作者:太空宇宙 更新时间:2023-11-03 19:02:33 25 4
gpt4 key购买 nike

我正在使用 python 并添加按钮小部件,即使我将背景设置为灰色,按钮周围仍然有白色边框。这是什么问题?

    self.quitButton = Button(parent, text='Quit', command=exit, bg="grey")

最佳答案

如果我没记错的话,按钮默认有边框。您应该能够通过在创建按钮时指定 bd=0 作为参数之一来摆脱它。

关于python - Python 按钮周围有白色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15670104/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com