There was an error while loading. Please reload this page.
2 parents 6e77a71 + cdc7bde commit 5908554Copy full SHA for 5908554
1 file changed
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