GNOME Bugzilla – Bug 691733
notifications - list is too wide
Last modified: 2013-07-31 15:54:26 UTC
Created attachment 233464 [details] screenshots The list is too wide. This has a few consequences: * The labels and switches at the top of the list are too far away from each other * The application name is too far from the "On"/"Off" label * It is inconsistent with many of the other panels (see the attached screenshot)
I think this valid for Color and Power panels as well.
(In reply to comment #1) > I think this valid for Color and Power panels as well. Please file separate bugs for those.
(In reply to comment #2) > Please file separate bugs for those. Done: bug 698372 & bug 698373
Created attachment 250499 [details] [review] notifications: 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 250501 [details] Screenshot
Review of attachment 250499 [details] [review]: Rest looks fine, as long as the designers are happy with it. ::: panels/notifications/notifications.ui @@ +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.15.2 on Tue Jul 30 21:38:10 2013 --> Can you remove some of the unneeded changes? So, this one. @@ +80,2 @@ <property name="hscrollbar_policy">never</property> + <property name="shadow_type">in</property> This, because it didn't actually change from the original, just moved.
Yes. each the changes this glade generated...
Created attachment 250556 [details] [review] notifications: to shrink the list
Review of attachment 250556 [details] [review]: Looks good.
Review of attachment 250556 [details] [review]: pushed as 220282ffd7f9d2a171351dac9a41a630a2275b2d - notifications: to shrink the list