Thanks to visit codestin.com Credit goes to github.com
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 447c0c8 commit a3f4114Copy full SHA for a3f4114
1 file changed
lib/matplotlib/backends/_backend_tk.py
@@ -677,8 +677,8 @@ def _rescale(self):
677
# Text-only button is handled by the font setting instead.
678
pass
679
elif isinstance(widget, tk.Frame):
680
- widget.configure(height='22p', pady='1p')
681
- widget.pack_configure(padx='4p')
+ widget.configure(height='18p')
+ widget.pack_configure(padx='3p')
682
elif isinstance(widget, tk.Label):
683
pass # Text is handled by the font setting instead.
684
else:
0 commit comments