If I reduce layout scale (e.g., system->set layout scale to 0.75), the scale is reduced but the layout contents at the top of the layout canvas are no longer centered and are now in the upper left. Is there a way to reduce the layout scale yet keep contents centered in the viewport? Examples of before and after layout scale attached.
Seems like this is a function of the viewport being anchored in the top-left corner of the canvas. I know I can pad my layout with extra space, but would rather not do that as I'm trying to apply this to many existing layouts.