more was always epxanded from prev commit. fix that
This commit is contained in:
parent
65781aa18a
commit
5123ce3a21
|
@ -455,7 +455,7 @@
|
||||||
<widget class="GtkExpander" id="expander5">
|
<widget class="GtkExpander" id="expander5">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="expanded">True</property>
|
<property name="expanded">False</property>
|
||||||
<property name="spacing">0</property>
|
<property name="spacing">0</property>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
|
|
Loading…
Reference in New Issue