GNOME Bugzilla – Bug 569865
volume control window width jumps when a new application with a long name outputs audio
Last modified: 2010-09-09 12:25:14 UTC
The name should be ellipsized or instead of: <name> <volume slider> it could be: <name> <volume slider> It feels weird that the window size jumps
Btw, I attached to bug #569871 a video where this bug can be seen also (although the video demos another bug): http://bugzilla.gnome.org/attachment.cgi?id=127566&action=view
Created attachment 145591 [details] [review] Avoid long application names make the window jump
Comment on attachment 145591 [details] [review] Avoid long application names make the window jump The patch doesn't work as expected, the label ends up being as short as possible (ie. '...').
Jon, should we change the layout for the horizontal case in use in the apps page? This would also help us fix bug 591746.
commit c02b6b74e7c41e0360c10604ae6b1ac28e5c2c21 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Sep 8 16:51:03 2010 +0100 Use ellipsise in the application bars So as to avoid the width of the dialogue changing when streams with really long names come in. https://bugzilla.gnome.org/show_bug.cgi?id=569865 commit 20bad10ae6bd31801a6980c8a03433b7e00dd973 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Sep 8 16:50:23 2010 +0100 Make it possible to ellipsise the bar label