Skip to content

frontend: Fix misaligned progress percentage in Remux dialog #12378 #12402

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rahulv555
Copy link

@rahulv555 rahulv555 commented Jul 17, 2025

Description

The Remux progress bar using the default progress text of QProgressBar, which was not aligned properly, and would be overlaid on the progress bar itself. I changed it to be a QLabel that is aligned properly to the right of the progress bar, in its same horizontal row.
image
image

Motivation and Context

Fixes #12378

This is a fix for the open issue #12378
The progress percentage looked like this before the change, and the number was not visible properly
image

How Has This Been Tested?

I tested this manually by building after the changes and tested remuxing multiple files. The output and UI changes were obtained as in the screenshots provided.
I tested on Windows 11 10.0.26100 using the windows-x64 RelWithDebInfo build configuration

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

…ct#12378

Updated the Remux dialog UI to correctly align the percentage text
label to the right of the progress bar, without overlaying it
@RytoEX RytoEX requested a review from Warchamp7 July 17, 2025 15:41
@RytoEX RytoEX added Bug Fix Non-breaking change which fixes an issue UI/UX Anything to do with changes or additions to UI/UX elements. Windows Affects Windows and removed Windows Affects Windows labels Jul 17, 2025
@RytoEX RytoEX added this to the OBS Studio 31.1 milestone Jul 17, 2025
@RytoEX RytoEX linked an issue Jul 17, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Non-breaking change which fixes an issue UI/UX Anything to do with changes or additions to UI/UX elements.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remux progress percent number misaligned
3 participants