GNOME Bugzilla – Bug 698372
List box is too wide
Last modified: 2013-08-01 13:08:41 UTC
+++ This bug was initially created as a clone of Bug #691733 +++ The list is too wide. This has a few consequences: * The device name and switches/status label are too far away from each other * The profile name is too far from the "light bulb" icon * It is inconsistent with many of the other panels
Created attachment 250502 [details] [review] color: to shrink the list It is inconsistent with many of the other panels: 134px in left-hand side of the list, 134px in right-hand side of the list, 22px from on bottom of the list and 22px from on top of the list.
Created attachment 250503 [details] Screenshot
Review of attachment 250502 [details] [review]: Could you move the lines back to their original place, so that only the number change?
Created attachment 250555 [details] [review] color: to shrink the list
Review of attachment 250555 [details] [review]: Looks good!
Review of attachment 250555 [details] [review]: pushed as 902e88c7ad826405f6588e1de5fac1848fe93396 - color: to shrink the list
Created attachment 250587 [details] what I see This is what I see. Not cool, and it does not match the mockup.
Just need to add '<property name="height_request">430</property>', In order don't resizes when button appear
(In reply to comment #8) > Just need to add '<property name="height_request">430</property>', In order > don't resizes when button appear No, that's not the point. Allan and Jakub did a design for the color panel last cycle, and we discussed the full-width thing v.s. the padding used by some other panels. We agreed the design worked better full width, and the design mockup was unchanged. The version restricting the default window to 50% of the window size makes the UX much more painful when the devices or profiles have long names. I've reverted the patch in the color panel for now. I'd like you to discuss this with the guys in #gnome-design and get an altered mockup before re-commiting anything. Thanks.
And the fix in bug #691733 is OK?