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

Add visual clue that Plugins menu is scrollable #368

Closed
sloretz opened this issue Sep 23, 2020 · 2 comments
Closed

Add visual clue that Plugins menu is scrollable #368

sloretz opened this issue Sep 23, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers GUI Gazebo's graphical interface (not pure Ignition GUI)

Comments

@sloretz
Copy link

sloretz commented Sep 23, 2020

(Ignition Citadel 3.3.0) It looks like the Plugins menu is missing the Transform Control plugin, but what is actually happening is the vertical size of the Plugins menu is limited and the plugin menu is scrollable.

It would be helpful if there was a visual cue that the menu was scrollable. Maybe an always shown scrollbar, or a gradient at the bottom if there are more choices?

plugins_button_scrollable

Here's what each might look like:

plugins_button_scrollable_gradient
plugins_button_scrollable_always_on_bar

@chapulina chapulina added enhancement New feature or request GUI Gazebo's graphical interface (not pure Ignition GUI) labels Sep 23, 2020
@chapulina
Copy link
Contributor

Yeah I've seen people caught by this before, thinking some plugin wasn't available when all they needed to do was scroll.

I think we can just make the scroll bar always visible. The fix would go on ign-gui, I think all that's needed is policy: ScrollBar.AlwaysOn here.

@chapulina
Copy link
Contributor

Done on gazebosim/gz-gui#134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers GUI Gazebo's graphical interface (not pure Ignition GUI)
Projects
None yet
Development

No branches or pull requests

2 participants