GNOME Bugzilla – Bug 730737
List object is too small on "many albums found" dialog
Last modified: 2014-05-26 09:28:43 UTC
Created attachment 277163 [details] screen shot of the problem This is on Version 3.5.0 But it's not in the list up there. OS is linux mint 17 RC with MATE desktop The list object where IO can choose one album entry when many were found is too small and does not grow when I change the size of the dialog box. So It's really hard to read the entries. I put a screenshot as it should be obvious with it.
Thank you for taking the time to report this. It has actually been fixed by commit 06d072b in the latest 3.12 release. If you contact the package maintainer they should be able to apply the patch for that commit to version 3.5.0 or possibly update the package to the latest version which adds more information to this dialog to make it easier to differentiate between the albums. As a quick fix you could edit /usr/share/sound-juicer/sound-juicer.ui If you search for the line <object class="GtkScrolledWindow" id="scrolledwindow2"> You can add <property name="expand">True</property> immediately below it to fix the problem. *** This bug has been marked as a duplicate of bug 721885 ***