summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Karlsson <mk@acc.umu.se>2014-10-30 19:10:35 +0100
committerRobert Ancell <robert.ancell@canonical.com>2014-10-31 09:28:26 +1300
commit48e6cd5ed30d812130437eee17802222505a2e80 (patch)
treec8f6a6d44193b01aa319254244306e4248fa236c
parentba0fc30a9dc8cbb04441990550fe48f1232eff81 (diff)
downloaddconf-48e6cd5ed30d812130437eee17802222505a2e80.tar.gz
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
-rw-r--r--editor/dconf-editor.ui2
1 files changed, 1 insertions, 1 deletions
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 @@
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
- <property name="margin_right">6</property>
+ <property name="margin_end">6</property>
<property name="margin_bottom">6</property>
<property name="row_spacing">6</property>
<property name="column_spacing">6</property>