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

[FEATURE] Programatically change core-gui canvas size #734

Open
derkin123 opened this issue Jan 13, 2023 · 0 comments
Open

[FEATURE] Programatically change core-gui canvas size #734

derkin123 opened this issue Jan 13, 2023 · 0 comments

Comments

@derkin123
Copy link

Is your feature request related to a problem? Please describe.
When using the api provided, you are able to use the SessionLocation message to set the fields x, y, z, lat, lon, alt, and scale for the core-gui canvas. It would be nice if you could also set the height and width of the canvas that the gui will be using so this doesn't have to be manually specified.

Describe the solution you'd like
The simplest solution would be to add parameters height and width to the SessionLocation message. You could also create a new message specifically for this but that would require more work to update existing code to.

Describe alternatives you've considered
I know that you are able to change the preferences to automatically set a specific height and width as the default. This is a good solution if you only have one set size you want for all simulations, but the problem still exists if you want to have different sessions with different needs.

Additional context
Add any other context or screenshots about the feature request here.

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

No branches or pull requests

1 participant