mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -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>
|
||||
</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…
Add table
Add a link
Reference in a new issue