mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
In the netinstall page, always show the arrow-down button.
The arrow no longer changes direction depending on whether the button is clicked or not.
This commit is contained in:
parent
d45a6bd856
commit
479b67f696
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@
|
|||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../netinstall.qrc">
|
||||
<normaloff>:/images/arrow-up.png</normaloff>
|
||||
<normalon>:/images/arrow-down.png</normalon>:/images/arrow-up.png</iconset>
|
||||
<normaloff>:/images/arrow-down.png</normaloff>:/images/arrow-down.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Add table
Reference in a new issue