Godot UI size has become inoperably large

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Chris Mills
:warning: Old Version Published before Godot 3 was released.

Hi

Everything was going fine until one day I opened Godot and the UI had blown-up to such a scale that I can no longer use it. While I can still access the menu items at the top left of the UI, the one that I suspect that I need to get to, at the top right, is no longer accessible. I suspect this one as I recall seeing font size settings there.

I have re-downloaded the app but that didn’t help. This makes it seem like there is an app settings file kept somewhere. However, I can’t seem to find such a file.

Your help would be much appreciated.

Regards

:bust_in_silhouette: Reply From: Akien

You can find the settings in ~/.godot/ on Linux, C:\User\<you>\AppData\Godot\ on Windows (provided your system is on the C: drive), and something similar on OSX.

There by removing or tweaking editor_settings.tres you should be able to go back to a workable state.

Sorted, I was looking in the wrong folder for the app data.
Thanks!

Chris Mills | 2016-09-27 14:07

Hi,

I have the same issue, but on a Mac, do you know the location of the equivalent file?

FreakShow! | 2016-10-06 18:47

It’s like on Linux, something like /Users/<you>/.godot.

Akien | 2016-10-06 20:26

:bust_in_silhouette: Reply From: jospic

If you are using Windows try to delete this folder:

C:\Users\YOURUSERACCOUNT\AppData\Roaming\Godot

-j