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

Backport "Merge PR #5772: FIX(ui): User and channel status icons take display scaling into account" to 1.4.x #5779

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

Krzmbrzl
Copy link
Member

Backport

This will backport the following commits from master to 1.4.x:

Questions ?

Please refer to the Backport tool documentation

Previously, since the inception of the in-line status icons (b39f73b)
the status icon size has been hard-coded. In contrast to pretty much all other
icons this had the effect, that user display scaling was not taken into account and
the status icons appeared too small, if the scaling was >1.0x

This commit reverts the static constants for the icon size introduced in 42d74df
and calculates the values based on the font size. (This is also done in the
TalkingUI for example). In doing so, the icons will resize with the font and therefore with
display scaling.

Fixes mumble-voip#5632

(cherry picked from commit 1f713cd)
@Krzmbrzl Krzmbrzl merged commit 3c6b720 into mumble-voip:1.4.x Aug 11, 2022
@Krzmbrzl Krzmbrzl deleted the backport/1.4.x/pr-5772 branch November 9, 2022 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants