After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679879 - calendar: Fix grid lines in RTL locales
calendar: Fix grid lines in RTL locales
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-07-13 17:16 UTC by Florian Müllner
Modified: 2012-07-14 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
calendar: Fix grid lines in RTL locales (1.66 KB, patch)
2012-07-13 17:16 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2012-07-13 17:16:12 UTC
Spotted by Allan, see patch.
Comment 1 Florian Müllner 2012-07-13 17:16:15 UTC
Created attachment 218746 [details] [review]
calendar: Fix grid lines in RTL locales

The calendar grid is build by giving each element right and bottom
borders, all top-most elements a top border, and all left-most
elements a left border. However in RTL locales, we currently add
the left border to the *right-most* elements, resulting in the grid
appearing clipped on the left side.
Comment 2 drago01 2012-07-14 18:32:59 UTC
Review of attachment 218746 [details] [review]:

Looks good.
Comment 3 Florian Müllner 2012-07-14 21:28:22 UTC
Attachment 218746 [details] pushed as fe69ea3 - calendar: Fix grid lines in RTL locales