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 425650 - sound preferences window too big
sound preferences window too big
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-02 22:13 UTC by Matthias Clasen
Modified: 2007-04-03 19:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ellipsize the device combo (597 bytes, patch)
2007-04-02 22:14 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2007-04-02 22:13:31 UTC
Originally filed here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233677

For some reason, the window has a minimum size of 1319x610 on my system.

The reason is the impressive 

Capture - Monitor Source of ALSA PCM on hw:0 (STAC92xx Analog)
[alsa_output.pic_8086_27d8_alsa_playback_0.monitor] (PulseAudio Mixer)

in the device combo.
Comment 1 Matthias Clasen 2007-04-02 22:14:08 UTC
Created attachment 85726 [details] [review]
ellipsize the device combo
Comment 2 Christian Persch 2007-04-03 10:53:30 UTC
+        g_object_set (renderer, "ellipsize", PANGO_ELLIPSIZE_END);

You're missing the NULL termination.
Comment 3 Matthias Clasen 2007-04-03 16:42:41 UTC
Oops, thanks for catching that.
Comment 4 Jens Granseuer 2007-04-03 19:17:27 UTC
Thanks, committed.

2007-04-03  Jens Granseuer  <jensgr@gmx.net>

        Patch by: Matthias Clasen <mclasen@redhat.com>
       
        * sound-properties-capplet.c: (setup_default_mixer): ellipsize the
        device combobox (bug #425650)