From 48e6cd5ed30d812130437eee17802222505a2e80 Mon Sep 17 00:00:00 2001 From: Marcus Karlsson Date: Thu, 30 Oct 2014 19:10:35 +0100 Subject: dconf-editor: Use margin-end instead of margin-right The key_info_grid grid uses the deprecated "margin-right" property. It should use "margin-end" which properly supports both left-to-right and right-to-left text directions. https://bugzilla.gnome.org/show_bug.cgi?id=739421 --- editor/dconf-editor.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui index e9af883..6c700f5 100644 --- a/editor/dconf-editor.ui +++ b/editor/dconf-editor.ui @@ -40,7 +40,7 @@ True False False - 6 + 6 6 6 6 -- cgit v1.2.1