Grayed bars?

How do I get rid of these gray bars left and right of the screen?
In has only appeared in this model, never before.

1 Like

Tools>Advanced Camera Tools>Reset Camera.

1 Like

Thank you!! That was easy.

I once had a persistent issue where these bars wouldn’t go away, @Geo came up with this:

Copy and paste this snippet into the Ruby Console and press Enter

Sketchup.active_model.active_view.camera.aspect_ratio=0.0

1 Like