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.
main
shainer 8 years ago
parent 971ae902c8
commit d45a6bd856

@ -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>

Loading…
Cancel
Save