network: align the device header with the section labels

This commit is contained in:
Richard Hughes 2010-12-15 22:16:06 +00:00
parent ebedc3ac94
commit 816438b24e

View file

@ -71,18 +71,25 @@
<object class="GtkVBox" id="vbox3"> <object class="GtkVBox" id="vbox3">
<property name="visible">True</property> <property name="visible">True</property>
<property name="spacing">6</property> <property name="spacing">6</property>
<child>
<object class="GtkAlignment" id="alignment_header">
<property name="visible">True</property>
<property name="left_padding">18</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">6</property>
<child> <child>
<object class="GtkLabel" id="label3"> <object class="GtkHBox" id="hbox3">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label"> <child>
</property> <object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label"> </property>
</object> </object>
<packing> <packing>
<property name="position">0</property> <property name="expand">False</property>
<property name="position">1</property>
</packing> </packing>
</child> </child>
<child> <child>
@ -93,7 +100,16 @@
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="position">1</property> <property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing> </packing>
</child> </child>
<child> <child>
@ -148,24 +164,18 @@
</child> </child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="position">1</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
</object>
<packing>
<property name="position">3</property>
</packing> </packing>
</child> </child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property> <property name="position">0</property>
</packing> </packing>
</child> </child>
</object>
</child>
<child> <child>
<object class="GtkHBox" id="hbox6"> <object class="GtkHBox" id="hbox6">
<property name="visible">True</property> <property name="visible">True</property>
@ -540,9 +550,9 @@
<child> <child>
<object class="GtkComboBox" id="combobox_network_name"> <object class="GtkComboBox" id="combobox_network_name">
<property name="visible">True</property> <property name="visible">True</property>
<property name="has-entry">True</property>
<property name="model">liststore_wireless_network</property> <property name="model">liststore_wireless_network</property>
<property name="entry-text-column">1</property> <property name="has_entry">True</property>
<property name="entry_text_column">1</property>
</object> </object>
<packing> <packing>
<property name="position">1</property> <property name="position">1</property>
@ -1462,6 +1472,7 @@
<widget name="hbox37"/> <widget name="hbox37"/>
<widget name="hbox47"/> <widget name="hbox47"/>
<widget name="hbox49"/> <widget name="hbox49"/>
<widget name="hbox3"/>
</widgets> </widgets>
</object> </object>
<object class="GtkListStore" id="liststore_proxy_method"> <object class="GtkListStore" id="liststore_proxy_method">