Skip to content

Commit

Permalink
properties: Add back some of the labels to the two GtkSizeGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
dkosovic committed Dec 11, 2019
1 parent d8200d3 commit 535c430
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions properties/nm-l2tp-dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.14"/>
<object class="GtkSizeGroup" id="ipsec_labels">
<property name="ignore_hidden">True</property>
</object>
<object class="GtkBox" id="l2tp-vbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
Expand Down Expand Up @@ -579,6 +576,9 @@ config: auth-user-pass</property>
<property name="ignore_hidden">True</property>
<widgets>
<widget name="gateway_label"/>
<widget name="username_label"/>
<widget name="password_label"/>
<widget name="nt_domain_label"/>
<widget name="auth_type_label"/>
</widgets>
</object>
Expand Down Expand Up @@ -1319,6 +1319,13 @@ config: ipsec-pfs &lt;no/yes&gt;</property>
<action-widget response="-5">ipsec_ok_button</action-widget>
</action-widgets>
</object>
<object class="GtkSizeGroup" id="ipsec_labels">
<property name="ignore_hidden">True</property>
<widgets>
<widget name="psk_label"/>
<widget name="ipsec_auth_type_label"/>
</widgets>
</object>
<object class="GtkListStore" id="model1">
<columns>
<!-- column-name gchararray -->
Expand Down

0 comments on commit 535c430

Please sign in to comment.