We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcd0a0 commit cdc7bdeCopy full SHA for cdc7bde
lib/matplotlib/backends/_backend_tk.py
@@ -675,8 +675,8 @@ def _rescale(self):
675
# Text-only button is handled by the font setting instead.
676
pass
677
elif isinstance(widget, tk.Frame):
678
- widget.configure(height='22p', pady='1p')
679
- widget.pack_configure(padx='4p')
+ widget.configure(height='18p')
+ widget.pack_configure(padx='3p')
680
elif isinstance(widget, tk.Label):
681
pass # Text is handled by the font setting instead.
682
else:
0 commit comments