I just installed the Lazarus IDE and I'm trying to make it feel the same as my Delphi IDE, but I have no idea how to hide the components at the top. I'm talking about the components here:
In the image above, you can see that I already have the components on the bottom right in a list, so I don't need them at the top also. I'm not able to find the setting to hide it at the top. Can someone point me to the setting please?
In the Delphi IDE, you can simply right-click and untick the "Component" option as can be seen here:
But this option isn't available in the Lazarus IDE.
While taking screenshots for the post, I managed to find a way to hide it. So I'll answer my own question.
Right-click on the component palette and choose "Options...":
Untick the "Palette is visible" checkbox:
And that's it. Now the top component palette is hidden.