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

Make the send button and receive arrow occupy the same space #7503

Merged

Conversation

sakertooth
Copy link
Contributor

This is a fix for another unintended change in #6591. Before, the send button and the receive arrow in the mixer channel view occupied the same space (i.e., either the send button was shown, or the receive arrow, without using two designated spots in the mixer channel for the two widgets, but one).

Here is a before and after. The difference is subtle, but notice how the receive arrow at the top was moved down a bit. This is because it is now occupying the same space the send button is occupying.

Before:
image

After:
image

Copy link
Contributor

@Rossmaxx Rossmaxx left a comment

Choose a reason for hiding this comment

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

Looks fine.

include/MixerChannelView.h Outdated Show resolved Hide resolved
Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com>
@sakertooth sakertooth marked this pull request as draft September 18, 2024 08:51
@sakertooth
Copy link
Contributor Author

@Rossmaxx, do you notice any problem with rendering the effects in this PR?

DanielKauss and others added 2 commits September 18, 2024 12:50
* Update SlicerT UI

* Style review

Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com>

* Style fixes

---------

Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com>
Remove all content margins and spacing between child widgets for each mixer channel strip.
@sakertooth sakertooth marked this pull request as ready for review September 18, 2024 17:56
@Rossmaxx
Copy link
Contributor

Rossmaxx commented Sep 19, 2024

@Rossmaxx, do you notice any problem with rendering the effects in this PR?

Didn't check this PR but on latest master, there's a glitch. I didn't have this glitch on previous master, which was 9 commits behind. The only sus change seems to be #7502. I'll do something and check.

Update: seems like something else is at play. I'm looking.

@sakertooth sakertooth merged commit 1d7ed16 into LMMS:master Sep 19, 2024
11 checks passed
@sakertooth sakertooth deleted the swap-between-send-button-or-receive-arrow branch September 19, 2024 16:53
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.

3 participants