GNOME Bugzilla – Bug 777417
week-view: small alignment issue with month and week labels
Last modified: 2017-01-30 16:45:57 UTC
Created attachment 343689 [details] month-week label (image) The month label and week label are not aligned in a line. Please see the attached screenshot
Created attachment 344471 [details] [review] Change y-align so that both week and month labels are aligned properly
Review of attachment 344471 [details] [review]: Almost there! Please, make the other labels (week number and the year) y-aligned to 0 too, so we can protect from any eventual errors. Also, the commit message needs improvement. The Newcomers guide has a great explanation on how the commit message is expected to be formatted [1]. [1] https://wiki.gnome.org/Newcomers/CodeContributionWorkflow#Commit_guidelines Thanks for your patch!
Created attachment 344568 [details] [review] week-view-header: align month_label,week_label and year_label properly There was a small alignment issue with week_label, month_label and year_label in week-view. Change the y-align property of month_label,week_label and year_label in week-header.ui to 0, so that they are aligned properly.
Thanks for the patch. Pushed with an improved commit message.