After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632904 - Volume indicator changes size when changing volume
Volume indicator changes size when changing volume
Status: RESOLVED DUPLICATE of bug 632738
Product: gnome-shell
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-22 15:16 UTC by DELETED
Modified: 2010-10-22 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description DELETED 2010-10-22 15:16:02 UTC
Current behavior: As there is no fixed width font used, despite the use of 3.0f in 'label = (property == '_output' ? _("Output: %3.0f%%") : _("Input: %3.0f%%")).format(this[property].volume / VOLUME_MAX * 100)' in volume.js, the label and the volume indicator change their size, and the indicator and can even expand past the screen when the volume is changed while the indicator is showing.

Expected behavior: The volume indicator should always show with the maximum width needed to fit all possible percentage strings.
Comment 1 Milan Bouchet-Valat 2010-10-22 15:27:53 UTC

*** This bug has been marked as a duplicate of bug 632738 ***