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

Slider Bar for Blur-intensity, Brush-width, Text-size, anything else which effects can be amplified #51

Open
KAGEYAM4 opened this issue Feb 20, 2024 · 4 comments

Comments

@KAGEYAM4
Copy link

KAGEYAM4 commented Feb 20, 2024

Currently these is predefined Small, Medium, Large for selecting width of drawn elements. It would be more easier if there would be a single seek-bar which can be used to increase effect of current tool.

@gabm
Copy link
Owner

gabm commented Feb 21, 2024

I also thought about something like this. Currently we have a problem w.r.t. scaling: we don't know, which DPI the original image has/had and therefore we don't really know, what "small", "medium" and "large" should be.

That being said, I couldn't work out a proper UI/UX concept for a slider.. I came up with something like this, reactive to mouse wheel for "up/down":

image

What I don't like about this is that we lose the simplicity. I really wanted to avoid displaying numeric values

@KAGEYAM4
Copy link
Author

KAGEYAM4 commented Feb 22, 2024

What I don't like about this is that we lose the simplicity. I really wanted to avoid displaying numeric values

I was thinking something like this

image

Maybe someone else has better ideas, lets wait.

@KAGEYAM4
Copy link
Author

What do you think about this, RightClick-hold-Drag up/down | left/right to Decrease/Increase intesity/width/size etc.

the main idea is that, user have to think less about where tool is and clicking on that value to get idea about the size, and can just use right-clik-hold-slide to do it more efficietly.

@rtgiskard
Copy link

rtgiskard commented May 4, 2024

I think replace the {S M L} buttons with a scaler mentioned above would be fine, and associate it with mouse scroll up/down to change the value, that would be simple and convenient enough

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

No branches or pull requests

3 participants