Fixing Corrupted IDE Toolbars
Some times the toolbars in the IDE can become corrupted due to switching DPI modes.
To reset the toolbars to the default state do the following:
1) Shut the IDE down
2) Run regedit go to:
HKEY_CURRENT_USER\Software\Embarcadero\BDS\XX.0\Toolbars
For Rad Studio 12 XX is 23, Rad Studio 11 XX is 22 etc.
So for example for Rad Studio 12 go to:
i.e. HKEY_CURRENT_USER\Software\Embarcadero\BDS\23.0\Toolbars
3) Set Version
to 0
4) Start the IDE.
5) Now the IDE toolbars should be back to the default state.