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

Highlight max size is too small #719

Open
mayfield opened this issue Nov 25, 2024 · 6 comments
Open

Highlight max size is too small #719

mayfield opened this issue Nov 25, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@mayfield
Copy link

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.

@mayfield mayfield added the enhancement New feature or request label Nov 25, 2024
@crojack
Copy link

crojack commented Dec 17, 2024

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.

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);
and change the value from 20.0 to 300.0 .

Screenshot from 2024-12-17 22-00-34

@Photon89
Copy link
Member

In case you want to continue using your already installed Shutter version, you can edit DrawingTool.pm directly in /usr/share/shutter/resources/modules/Shutter/Draw/.

@crojack
Copy link

crojack commented Dec 18, 2024

In case you want to continue using your already installed Shutter version, you can edit DrawingTool.pm directly in /usr/share/shutter/resources/modules/Shutter/Draw/.

Of course, thanks :). I've edited my post above. Too tired to think, lol. You can close this issue now, right?

@Photon89
Copy link
Member

Well, maybe we should change this value in master to allow a thicker highlighter for everybody?

@crojack
Copy link

crojack commented Dec 18, 2024

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.

@Photon89
Copy link
Member

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. 😄

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

No branches or pull requests

3 participants