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.
main
shainer 9 years ago
parent d45a6bd856
commit 479b67f696

@ -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…
Cancel
Save