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

Display a progress bar in the background of numerical properties in the Inspector and Project Settings #13459

Open
Calinou opened this issue Dec 1, 2017 · 3 comments

Comments

@Calinou
Copy link
Member

Calinou commented Dec 1, 2017

On the values of the Inspector and Project Settings, a progress bar in the background of numerical properties could be displayed. This would add some visual feedback (making visual grepping faster), as well as making adjustements by dragging the mouse more intuitive for users. The latter may require changing the dragging direction for adjustments (since bars are horizontal), though.

As seen in Blender:

blender_slider_values

@Zephilinox
Copy link
Contributor

This is how it's done in unreal, and both unreal and unity use left/right for dragging rather than up/down, so changing it to match that would also make sense.

@27thLiz 27thLiz added this to the 3.1 milestone Dec 1, 2017
@godotengine godotengine deleted a comment Dec 1, 2017
@godotengine godotengine deleted a comment Dec 1, 2017
@Neicul
Copy link

Neicul commented Feb 7, 2018

While we are at it, wouldn't it make sense to also implement counting up by 1 with the Up-Arrow and counting down by 1 with the Down-Arrow?

@groud groud self-assigned this Feb 15, 2018
@akien-mga akien-mga removed this from the 3.1 milestone Jan 9, 2019
@Calinou
Copy link
Member Author

Calinou commented May 30, 2019

Update: As of 6895ad3, this is implemented for floats but not for integer values.

Float

image

Integer

image

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

8 participants
@Calinou @Zephilinox @akien-mga @groud @Neicul @27thLiz and others