-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
limit play marker hints text height to 1/3rd or full waveform height #13465
Conversation
…iewer or full height
My apologies, I had no idea that you intended the font to be max 1/3 of the waveform height. I was already used with big font from the first tests that I thought it was a bug |
This pr is doing the trick! |
Hi @Eve00000 . I saw the request, the reason I have not done this is because I was thinking about reserving the left side for beats/time since previous marker, and I need to give this a bit more thought. |
Oh that would be nice to, past on the left, future on the right. |
This PR is marked as stale because it has been open 90 days with no activity. |
Yes, this can be closed. |
The text height of the Play marker hints (beats and time until next marker) was limited to a third of the waveform viewer. Increasing the font size beyond that had no effect, until the waveform viewer was made higher.
This was confusing to the user and could be interpreted as a bug. Also, this limit of 1/3rd was arbitrary and not obvious. See this comment from Eve:
https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/.28RFC.29.20show.20beats.20until.20next.20marker/near/449084479
To make the mechanism more clear, I have renamed "Font size" to "Preferred font size" and added a combobox "Text height limit" with options "1/3rd on waveform viewer" and "Full waveform viewer". (This could also have been a spinbox, but I feel this is more clear and I don't see much value in more find grained control, though I am open to adding more options. Maybe 1/2 and 2/3rd?)