GNOME Bugzilla – Bug 723627
The padding aroung the timelabel is wrong
Last modified: 2014-02-05 12:29:00 UTC
Created attachment 268087 [details] Screenshot See the screenshot.
That wasn't what I was mentioning on IRC (and the close button was removed from fullscreen). The problem is the padding around the time label (the "0:01" label touches the control buttons).
The positioning of the "-" on the other time label is also weird.
commit 3c0d4a59f99443f9e16a1779d839ea570ab45984 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Feb 5 10:26:18 2014 +0100 main: Use "margin-start" and "margin-end" Rather than margin-left and margin-right. https://bugzilla.gnome.org/show_bug.cgi?id=723627 And found a bug in GTK+.
Created attachment 268152 [details] [review] widget: Fix margin-start and margin-end properties The margin-start and margin-end properties were incorrectly defined, so margins weren't respected for RTL languages.
Review of attachment 268152 [details] [review]: nice catch!
Attachment 268152 [details] pushed as 4439453 - widget: Fix margin-start and margin-end properties