Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Space On Rendering Area #6498

Open
NatePolizogo opened this issue Feb 10, 2024 · 3 comments
Open

Blank Space On Rendering Area #6498

NatePolizogo opened this issue Feb 10, 2024 · 3 comments

Comments

@NatePolizogo
Copy link

I get black space arounf my rendering area as you can see in the picture.

Steps to Reproduce
I Havent found yet any way to reproduce it on any other computer, It is not version related either, I tried older versions too.
When I open webots I guess a black space around the rendering space which is very anying.

image

System

  • Operating System: Ubuntu 22.04
  • Graphics Card: NVIDIA GeForce RTX 4070 12 GB
@omichel
Copy link
Member

omichel commented Feb 10, 2024

This looks like this: #5024.

@NatePolizogo
Copy link
Author

I tried:
export QT_USE_PHYSICAL_DPI=1
export QT_SCALE_FACTOR=2
export QT_ENABLE_HIGHDPI_SCALING=0

Only the first one fixes partially the problem, it reduces the amount of unused space, but it's still there
I cannot click on the objects either.

image

@NatePolizogo
Copy link
Author

Update:

setting also QT_SCALE_FACTOR to 0.889 with some experiments to find the right value, fixed it for me.

but I think its dirty having to export these variables each time and its a bug that needs to be fixed

Solution:
export QT_SCALE_FACTOR=0.889

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants