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:
shainer 2016-09-21 12:56:38 +02:00 committed by Philip
parent cb6f9ae576
commit b6811c65e8

View File

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