GNOME Bugzilla – Bug 769426
Layout issues with privacy dialogs
Last modified: 2016-08-23 16:29:09 UTC
They don't have enough spacing and they use the dim label style inconsistently.
Created attachment 332556 [details] [review] patch
Created attachment 332558 [details] [review] patch
Created attachment 332559 [details] [review] patch
Review of attachment 332556 [details] [review]: Thanks for the patch Allan! the problem here is that the GtkSwitch is packed in the GtkGrid spanning two lines (height=2) so that's what we should be changing here and then completely remove both the label and the switch valign props
Review of attachment 332558 [details] [review]: ok
Review of attachment 332559 [details] [review]: looks much better, thanks
(In reply to Rui Matos from comment #4) > Review of attachment 332556 [details] [review] [review]: > > Thanks for the patch Allan! > > the problem here is that the GtkSwitch is packed in the GtkGrid spanning two > lines (height=2) so that's what we should be changing here and then > completely remove both the label and the switch valign props That's beyond my meagre coding skills - if someone wants to take it on that would be great.
Created attachment 334022 [details] [review] privacy: Align location services label with switch The GtkSwitch was using 2 grid rows for no reason which made the label not align with it vertically.
Attachment 334022 [details] pushed as 563155b - privacy: Align location services label with switch
Thanks Rui!