Enlarge "authentication methods" widget

parent 4da84107
...@@ -112,6 +112,7 @@ ...@@ -112,6 +112,7 @@
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property> <property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property> <property name="shadow_type">in</property>
<property name="min_content_height">80</property>
<child> <child>
<object class="GtkTreeView" id="ppp_auth_methods"> <object class="GtkTreeView" id="ppp_auth_methods">
<property name="visible">True</property> <property name="visible">True</property>
...@@ -780,7 +781,6 @@ ...@@ -780,7 +781,6 @@
<object class="GtkComboBox" id="user_pass_type_combo"> <object class="GtkComboBox" id="user_pass_type_combo">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="model">model2</property>
<child> <child>
<object class="GtkCellRendererText" id="renderer2"/> <object class="GtkCellRendererText" id="renderer2"/>
<attributes> <attributes>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment