GNOME Bugzilla – Bug 736009
wrong padding in the panel
Last modified: 2014-09-05 11:15:03 UTC
Created attachment 285311 [details] see what is wrong Styles were changed and some widgets (history and fingerprint values) aren't aligned properly in the panel. See the attachment to know what is wrong.
Created attachment 285312 [details] [review] fix wrong history label padding Hardcoded value is avoided and the label offset is calculated from style context now.
Created attachment 285313 [details] [review] replace fingerprint widgets by the UmEditableButton The patch fixes also a wrong padding and replaces GtkNotebook.
Review of attachment 285312 [details] [review]: Looks good.
Review of attachment 285313 [details] [review]: Is that tested? If so, looks good.
Both of those would need approval from the release team before committing.
(In reply to comment #4) > Review of attachment 285313 [details] [review]: > > Is that tested? If so, looks good. It was tested only partially, because don't have fingerprint reader on this laptop, but will try it on my personal laptop for sure...
The request for the approval was sent: https://mail.gnome.org/archives/release-team/2014-September/msg00019.html
Tested successfully on my person laptop :-)
Comment on attachment 285312 [details] [review] fix wrong history label padding commit 6ce59765dc188dec231b9a5e35c5e5bdfe194425
Comment on attachment 285313 [details] [review] replace fingerprint widgets by the UmEditableButton commit c218a2198e12ac2c52e15f230cf40890568ed89b
Thanks for the reviews and approvals!