Reputation: 842
I have been using Spyder for Python and since an update the column titles of a dataframe in the variable explorer are quite small and I don't know how to change that. Before the update the size was good.
Any idea how I can change that?
Upvotes: 3
Views: 1578
Reputation: 11
Disabling the option "Enable auto high DPI scaling" as hinted at by Carlos Cordoba:
That's weird. Are you using a high resolution screen?
I disabled the option "Enable auto high DPI scaling" in the preferences menu and now it looks quite good. Thank you for the hint Carlos with the high resolution screen
in the comments worked for me.
Upvotes: 1