In the netinstall page, fix the group button.

The button is "not checked" by default, and becomes
checked when clicked; the packageview becomes visible
when the button is checked.
This commit is contained in:
shainer 2016-09-20 18:20:53 +02:00 committed by Philip
parent 94916f59e0
commit cb6f9ae576

View File

@ -57,7 +57,7 @@
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
@ -120,7 +120,7 @@
<sender>pushButton</sender>
<signal>toggled(bool)</signal>
<receiver>packageview</receiver>
<slot>setHidden(bool)</slot>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>772</x>