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

Fix audio delay units uses two lines in Hebrew, #4895 #4896

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

low-batt
Copy link
Contributor

@low-batt low-batt commented Apr 27, 2024

Fix audio delay units uses two lines in Hebrew, #4895

This commit will:

  • Change the Line Break attribute of the text field holding the units from Word Wrap to Clip
  • Add a width constraint to the text field displaying slider setting as a numeric value
  • Change the width constraint of the similar text field on the SUBTITLES tab to match the new constraint added to the AUDIO tab

This prevents the audio delay units field from wrapping into two lines and places a limit on the minimum size of the text field displaying the slider value such that the number it holds is not truncated when the user reduces the window size so much that the quick settings panel is compressed.


Description:

@low-batt low-batt linked an issue Apr 27, 2024 that may be closed by this pull request
1 task
@low-batt low-batt marked this pull request as draft April 28, 2024 00:10
@low-batt
Copy link
Contributor Author

Moved this to be a draft due to the problem being discussed in the issue.

This commit will:
- Change the Line Break attribute of the text field holding the units
  from Word Wrap to Clip
- Add a width constraint to the text field displaying slider setting as
  a numeric value
- Change the width constraint of the similar text field on the SUBTITLES
  tab to match the new constraint added to the AUDIO tab

This prevents the audio delay units field from wrapping into two lines
and places a limit on the minimum size of the text field displaying the
slider value such that the number it holds is not truncated when the
user reduces the window size so much that the quick settings panel is
compressed.
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.

Audio delay units uses two lines in Hebrew
1 participant