Hi, currently using GR as a sort of UI for an experiment; however, I'm not aware of how to set the windowsize for the Qt window that it opens. This is an issue as I don't really know how else I would set some object to be a specific fraction of the screen's width.
I've attached images below.

Initial draw size:
Padding after resizing window to fullscreen:

What I'd like is for gr.setviewport(0, 1, 0, 1)to fill the entire screen. Do you have any tips?