gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
75 stars 43 forks source link

Window is allowed to become larger than monitor #32

Open osrf-migration opened 6 years ago

osrf-migration commented 6 years ago

Original report (archived issue) by Deanna Hood (Bitbucket: d_hood).

The original report had attachments: scene3d_too_large.png


Sometimes windows are allowed to become taller than what the monitor can display. This cuts off the bottom of the window so you can't see the contents of some widgets, but more of an issue is that it cuts off the ability for the user to make the window smaller (for which you need to mouse-over the bottom of the window).

This can happen when collapsible widgets (e.g. Grid3D) are expanded, but it can also just happen if the default window size specified in the config file is too large. I've attached an example of the scene3d.config example which is too large for my laptop's builtin display of 1600x900.

osrf-migration commented 6 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


See pull request #138

osrf-migration commented 6 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


osrf-migration commented 5 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


See pull request #159

osrf-migration commented 5 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Reopening, close again when pull request #159 is ported to ign-gui1. /cc @scpeters