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

ColorChooser : Add channel names to sliders #5902

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

ericmehl
Copy link
Collaborator

This does what the title suggests.

The additional ListContainer is there for the inline color chooser, to increase the spacing between the channel name and the NumericWidget to match that of plug names / widgets. The initial spacing of 4 seemed a bit crowded, making it 8 for the whole row felt like too much detachment between NumericWidget and the slider.

Checklist

  • I have read the contribution guidelines.
  • I have updated the documentation, if applicable.
  • I have tested my change(s) in the test suite, and added new test cases where necessary.
  • My code follows the Gaffer project's prevailing coding style and conventions.

Copy link
Member

@johnhaddon johnhaddon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Could you rebase to get things into the right section in Changes.md please?

@ericmehl
Copy link
Collaborator Author

I fixed up the change log entry in 69a8825. Should be ready to go now.

@johnhaddon johnhaddon merged commit 2ef9c5d into GafferHQ:1.4_maintenance Jun 19, 2024
4 of 5 checks passed
ericmehl added a commit to ericmehl/gaffer that referenced this pull request Jul 16, 2024
This was broken slightly in GafferHQ#5902 when we introduced channel name
labels. The text width varies somewhat, causing the numeric widget and
sliders to be imperfectly aligned.
ericmehl added a commit to ericmehl/gaffer that referenced this pull request Jul 16, 2024
This was broken slightly in GafferHQ#5902 when we introduced channel name
labels. The text width varies somewhat, causing the numeric widget and
sliders to be imperfectly aligned.
johnhaddon pushed a commit to ericmehl/gaffer that referenced this pull request Jul 18, 2024
This was broken slightly in GafferHQ#5902 when we introduced channel name
labels. The text width varies somewhat, causing the numeric widget and
sliders to be imperfectly aligned.
ericmehl added a commit to ericmehl/gaffer that referenced this pull request Jul 18, 2024
This was broken slightly in GafferHQ#5902 when we introduced channel name
labels. The text width varies somewhat, causing the numeric widget and
sliders to be imperfectly aligned.
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

Successfully merging this pull request may close these issues.

2 participants