GNOME Bugzilla – Bug 761793
Sidebar rows don't look left-aligned
Last modified: 2016-02-10 10:44:51 UTC
The content of the sidebar rows should look left-aligned. Right now they have a bit too much left margin, which can give them an ambiguous position in the sidebar. Each row currently contains a GtkBox with 10px left-margin and start-margin. Removing this margin should fix the issue.
Thanks, should be fixed with: https://git.gnome.org/browse/gnome-characters/commit/?id=ed18b7add747c12ccad8bee5b55a56804642894f
Thanks Daiki! I did have a go at fixing this in the .ui file but I see it's coded now. :)