network: align the device header with the section labels
This commit is contained in:
parent
ebedc3ac94
commit
816438b24e
1 changed files with 63 additions and 52 deletions
|
@ -71,18 +71,25 @@
|
|||
<object class="GtkVBox" id="vbox3">
|
||||
<property name="visible">True</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>
|
||||
<object class="GtkHBox" id="hbox_device_header">
|
||||
<property name="visible">True</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label3">
|
||||
<object class="GtkHBox" id="hbox3">
|
||||
<property name="visible">True</property>
|
||||
<property name="label">
|
||||
</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="label"> </property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">0</property>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
@ -93,7 +100,16 @@
|
|||
</object>
|
||||
<packing>
|
||||
<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>
|
||||
</child>
|
||||
<child>
|
||||
|
@ -148,24 +164,18 @@
|
|||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</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>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">False</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkHBox" id="hbox6">
|
||||
<property name="visible">True</property>
|
||||
|
@ -540,9 +550,9 @@
|
|||
<child>
|
||||
<object class="GtkComboBox" id="combobox_network_name">
|
||||
<property name="visible">True</property>
|
||||
<property name="has-entry">True</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>
|
||||
<packing>
|
||||
<property name="position">1</property>
|
||||
|
@ -1462,6 +1472,7 @@
|
|||
<widget name="hbox37"/>
|
||||
<widget name="hbox47"/>
|
||||
<widget name="hbox49"/>
|
||||
<widget name="hbox3"/>
|
||||
</widgets>
|
||||
</object>
|
||||
<object class="GtkListStore" id="liststore_proxy_method">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue