frontend: Remove unused theme parameters and rename MixerScrollArea#13191
Open
shiina424 wants to merge 6 commits intoobsproject:masterfrom
Open
frontend: Remove unused theme parameters and rename MixerScrollArea#13191shiina424 wants to merge 6 commits intoobsproject:masterfrom
shiina424 wants to merge 6 commits intoobsproject:masterfrom
Conversation
Warchamp7
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates the theme files that were not modified in the following commit:
a42a6c4
The
.indicator-mutehas been removed fromYami.obt.The
qproperty-meterThicknessandqproperty-meterFontScalinghave been removed fromVolumeMeter.hpp.The
MixerScrollAreahas been renamed inYami.obt.Acri, Light, Rachni
.indicator-mute. (No visual changes.)System
.indicator-mute. (No visual changes.)qproperty-meterThicknessandqproperty-meterFontScaling.(The following log messages no longer appear.)
VolumeMeter(0x1dd7f335720) does not have a property named "meterThickness"VolumeMeter(0x1dd7f335720) does not have a property named "meterFontScaling"Classic
.indicator-mute. (No visual changes.)qproperty-meterThickness.(The following log messages no longer appear.)
VolumeMeter(0x1dd7f335720) does not have a property named "meterThickness"MixerScrollArea.Before (Version 32.0.4)
Before (Version 32.1.0 rc2)
After (This pull request)
This is the best I could do with my current knowledge.
If you see a better approach, please feel free to update or close this PR.
Motivation and Context
I noticed these items after the previous pull request and wanted to make the corresponding changes.
How Has This Been Tested?
Tested on Windows 11 25H2 using a local build.
Types of changes
Checklist: