mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
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:
parent
971ae902c8
commit
d45a6bd856
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -120,7 +120,7 @@
|
||||||
<sender>pushButton</sender>
|
<sender>pushButton</sender>
|
||||||
<signal>toggled(bool)</signal>
|
<signal>toggled(bool)</signal>
|
||||||
<receiver>packageview</receiver>
|
<receiver>packageview</receiver>
|
||||||
<slot>setHidden(bool)</slot>
|
<slot>setVisible(bool)</slot>
|
||||||
<hints>
|
<hints>
|
||||||
<hint type="sourcelabel">
|
<hint type="sourcelabel">
|
||||||
<x>772</x>
|
<x>772</x>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue