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

Commits on May 3, 2024

  1. 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.
    low-batt committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9b851c7 View commit details
    Browse the repository at this point in the history