-
Notifications
You must be signed in to change notification settings - Fork 24
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 brush size settings and shortcuts #3126
Add brush size settings and shortcuts #3126
Conversation
…i/o as a shortcut for changing the brush size
…-brush-size-settings-and-shortcuts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good 👍
@@ -280,6 +285,15 @@ class UserSettingsView extends PureComponent<UserSettingsViewProps> { | |||
const volumeTracing = enforceVolumeTracing(this.props.tracing); | |||
panels.push( | |||
<Panel header="Volume Options" key="3b"> | |||
<LogSliderSetting | |||
label="Bursh Size" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo Brush Size
Nice 👍 Can you comment here that you implemented this, @MichaelBuessemeyer? https://discuss.webknossos.org/t/brush-size-in-volume-mode/285/12 In the cases, where we know who exactly wished for a specific feature (i.e., when there is a discuss link in the gh issue), we usually let them directly know about it, since not everybody looks through the changelog regularly :) |
This PR adds a second keyboard shortcut to volume tracing to increase/decrease the brush size. It also added it to the settings in the settings tab on the left side.
URL of deployed dev instance (used for testing):
Steps to test:
Issues: