How to increase Checkbutton size - Tkinter

你离开我真会死。 提交于 2021-01-27 18:46:37

问题


Is it possible to enlarge the tiny check box of the Checkbutton object? The size is out of proportion when increasing the text size. I searched through the following link (Checkbutton) and can't find anything about the actual size of the box. Thank you for your help.


回答1:


It is not possible to change the size of the checkbutton, but you can supply your own images. So, one solution is to create your own images at various sizes.



来源:https://stackoverflow.com/questions/46265567/how-to-increase-checkbutton-size-tkinter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!