开发者

Python - Tkinter - Padding woes

开发者 https://www.devze.com 2022-12-14 13:47 出处:网络
I have a scrollbar widget that ALWAYS hides the last 开发者_开发百科15 px under the resize button, is there an option to stop this happening on mac or a padding \"under\" the widget option?\\

I have a scrollbar widget that ALWAYS hides the last 开发者_开发百科15 px under the resize button, is there an option to stop this happening on mac or a padding "under" the widget option?\

thanks!


No, there isn't an option. You need to adjust your padding so that the scrollbar doesn't extend all the way to the bottom of the window. Perhaps the easiest way is to add a statusbar that extends across the bottom of the window.


Or, you could also try switching to the place() layout manager.

0

精彩评论

暂无评论...
验证码 换一张
取 消