Summary: | Kmix GUI [Audio Hardware Setup] - User avatar isn't shrinked. | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | rapar |
Component: | Visual: Layout and GUI | Assignee: | Christian Esken <esken> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cytadela8 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://www.youtube.com/watch?v=YUX77YjM9bg | ||
Latest Commit: | http://commits.kde.org/plasma-desktop/7a7f171cdd677c433b7c0966550badbfeb3d6b1e | Version Fixed In: | |
Sentry Crash Report: |
Description
rapar
2015-12-20 13:08:23 UTC
Changed the youtube link with a better one. I have fixed it in this review request: https://git.reviewboard.kde.org/r/126438/ Git commit 7a7f171cdd677c433b7c0966550badbfeb3d6b1e by David Edmundson, on behalf of Artur Puzio. Committed on 23/12/2015 at 21:52. Pushed by davidedmundson into branch 'Plasma/5.5'. Fix bug 356946 - user avatar in Phonon isn't shrinked As discribed in the bug report: when users has a avatar it's shown in sound kcm in "Speaker Placement and Testing", but it's not resized. (e.g. If it is a 1000x1000 image it takes 1000x1000px on screen.) This simple patch forces maximum size of `KIconLoader::SizeHuge` what is the same as default icon size. Aspect ratio isn't preserved, but please note that in many other places it's also assumed that avatar is a square. REVIEW: 126438 M +2 -0 kcms/phonon/audiosetup.cpp http://commits.kde.org/plasma-desktop/7a7f171cdd677c433b7c0966550badbfeb3d6b1e |