-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Highlight max size is too small #719
Comments
Go to /usr/share/shutter/resources/modules/Shutter/Draw/DrawingTool.pm and search for SpinButton and specifically this line: _$self->{line_spin_w} = Gtk3::SpinButton->new_with_range(1.0, 20.0, 0.5); |
In case you want to continue using your already installed Shutter version, you can edit |
Of course, thanks :). I've edited my post above. Too tired to think, lol. You can close this issue now, right? |
Well, maybe we should change this value in master to allow a thicker highlighter for everybody? |
Of course. He is right, on big monitors that run 4k+ resolutions highlighter lines look like pen lines, not like highlighter lines. I have a question. It seems like you are the only active developer here, right? I've seen a few more issues that should be closed. |
I guess, I am the most active team member for some periods of time, but the least experienced one, so I always ask @DarthGandalf for code reviews before I merge anything. 😄 |
I would like to use highlight with a significantly large brush size than 20px.
I'm on a modern high res display and the max size is more like a pen than a highlighter. I don't see any reason why this tool should have any max size to be honest. I would set it to 100+ pixels in some cases.
The text was updated successfully, but these errors were encountered: