bluetooth: Use margin-start/end instead of margin-left/right

https://bugzilla.gnome.org/show_bug.cgi?id=712661
This commit is contained in:
Yosef Or Boczko 2013-11-19 22:37:18 +02:00
parent 3ab34035a5
commit 31be582bd9

View file

@ -24,8 +24,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">8</property>
<property name="margin-left">6</property>
<property name="margin-right">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<child>
@ -140,7 +140,7 @@
<object class="GtkNotebook" id="props_notebook">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="margin_start">6</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="show_tabs">False</property>
@ -440,7 +440,7 @@
<object class="GtkBox" id="vbox3">
<property name="visible">True</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="orientation">vertical</property>
<property name="spacing">6</property>