Message 334281 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
I now think that the proper widget for font resizing might be a ttk.Spinbox (but see below).  #33962 discusses issues around using this widget. 

#33397 is about adding local font resizing with hot key or mousewheel to text and help viewers via a new FontSizer class. Font Sizer should be usable with the sample Text instance.  Size changes in the sample should propagate to the size widget.  When done, it might suffice to use a simple entry box for font size.  We already use them for counts on the General tab.

Since we do not want to encourage indent changes, I think the indent widget should be an entry box with bounds check.