Lee Crabtree
Lee Crabtree

Reputation: 1256

How do I hide the title bar in full-screen mode in IntelliJ IDEA 2019.2?

This only happened after updating to IntelliJ IDEA 2019.2 CE. The title bar (which, in non-fullscreen mode, contains the project name and the root project directory) is still visible in fullscreen. Is there a way to hide it? This screenshot was taken in fullscreen mode, and that big empty bar at the top is driving me crazy.

enter image description here

Upvotes: 0

Views: 1674

Answers (2)

tottomotto
tottomotto

Reputation: 2352

Just disable this option, restart and the title bar is gone.

enter image description here

Upvotes: 2

Lee Crabtree
Lee Crabtree

Reputation: 1256

Apparently, this is caused by the Material UI theme. Disabling that plugin fixed it. Boo.

Upvotes: 0

Related Questions