[almanah] core: Use non-deprecated margin properties
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah] core: Use non-deprecated margin properties
- Date: Tue, 23 Jun 2015 22:43:03 +0000 (UTC)
commit d9c6bdfe8fa291385dfcd369e428cf4896fd9cb6
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat May 2 23:08:30 2015 +0100
core: Use non-deprecated margin properties
GtkWidget:margin-left and :margin-right have been replaced by
:margin-start and :margin-end for RTL support since GTK+ 3.12. We
already depend on GTK+ 3.15, so that’s fine.
src/ui/almanah.ui | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/ui/almanah.ui b/src/ui/almanah.ui
index f8d8317..1e08269 100644
--- a/src/ui/almanah.ui
+++ b/src/ui/almanah.ui
@@ -93,8 +93,8 @@
<property
name="horizontal-spacing">6</property>
<property
name="vertical-spacing">6</property>
<property
name="margin_top">0</property>
- <property
name="margin_left">0</property>
- <property
name="margin_right">0</property>
+ <property
name="margin_start">0</property>
+ <property
name="margin_end">0</property>
<property
name="margin_bottom">0</property>
<property
name="border-width">6</property>
</object>
@@ -124,8 +124,8 @@
<property
name="has-focus">True</property>
<property
name="wrap-mode">GTK_WRAP_WORD</property>
<property
name="margin_top">6</property>
- <property
name="margin_left">10</property>
- <property
name="margin_right">10</property>
+ <property
name="margin_start">10</property>
+ <property
name="margin_end">10</property>
<property
name="margin_top">4</property>
<child
internal-child="accessible">
<object class="AtkObject" id="a11y-almanah_mw_entry_view">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]