GNOME Bugzilla – Bug 782079
list view column chooser dialog, list off center when description label is long (as in the italian translation)
Last modified: 2017-08-17 13:58:10 UTC
Created attachment 350893 [details] Screenshot of the column chooser dialog, hilighting the issue. In the italian translation the list of columns in the aformentioned dialog is off center. See the screenshot.
Created attachment 352007 [details] [review] Patch to stop setting multiple margins on the column picker This patch removes an extra margin that was causing the widget to be off-center (in English, not just Italian).
Review of attachment 352007 [details] [review]: Ah nice catch! The commit message is missing the file name that is affected, can you fix that? Otherwise it looks good.
Created attachment 352075 [details] [review] Patch to stop setting multiple margins on the column picker Replacement patch, with an improved comment (now includes the notable part of the file name being patched, like other recent commits do).
Review of attachment 352075 [details] [review]: Now looks good, thanks!