network: properly align the header with the labels below

This commit is contained in:
Richard Hughes 2010-12-16 08:56:41 +00:00
parent 67c97dc588
commit be2a4ddca9

View file

@ -74,11 +74,11 @@
<child> <child>
<object class="GtkAlignment" id="alignment_header"> <object class="GtkAlignment" id="alignment_header">
<property name="visible">True</property> <property name="visible">True</property>
<property name="left_padding">18</property> <property name="left_padding">21</property>
<child> <child>
<object class="GtkHBox" id="hbox_device_header"> <object class="GtkHBox" id="hbox_device_header">
<property name="visible">True</property> <property name="visible">True</property>
<property name="spacing">6</property> <property name="spacing">9</property>
<child> <child>
<object class="GtkHBox" id="hbox3"> <object class="GtkHBox" id="hbox3">
<property name="visible">True</property> <property name="visible">True</property>
@ -168,11 +168,6 @@
</packing> </packing>
</child> </child>
</object> </object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child> </child>
</object> </object>
</child> </child>