Global Layout Issue: Sidebar Always Appears and Can't Adapt to 1920x1080 Resolution

Hello everyone, I have a problem with the global layout of all the windows in my project. The sidebar always appears, and I can't seem to make it disappear. I want the layout to adapt to 1920 x 1080 resolution, but I haven't been able to achieve that. Any suggestions on how to fix this issue?

these are some of my configurations

greetings

You are launching in windowed mode, which includes the operating system's borders and menubar. Use full-screen mode if you don't want those at all.

Meanwhile, if you are using Vision windows with explicit dimensions and they are not "Main Windows", then you are responsible for reducing their size for the docks you plan to use. Vision doesn't do this for you.

As a general rule of thumb for UI design, and especially for Vision:
Do not design to pixel perfect coordinates as though nothing will ever infringe upon your screen and nothing will ever change.
Design to the desired aspect ratio (less important in Vision) at the minimum practical resolution, and allow the layout system for your visualization platform to scale things up, which almost always works better than scaling down.

6 Likes

Thank you very much for your response, but could you be a bit more specific with what you're proposing? I always try to place the layouts with the "Maintain aspect ratio in center position" configuration as I show in the image, but still can't eliminate the side bars.

Thank you very much, Jordan. I followed the settings you suggested and it works perfectly. It is exactly what I needed and I appreciate your help.