[dconf] dconf-editor: Use margin-end instead of margin-right
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] dconf-editor: Use margin-end instead of margin-right
- Date: Thu, 30 Oct 2014 20:29:24 +0000 (UTC)
commit 48e6cd5ed30d812130437eee17802222505a2e80
Author: Marcus Karlsson <mk acc umu se>
Date: Thu Oct 30 19:10:35 2014 +0100
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 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]