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
cb6f9ae576
commit
b6811c65e8
@ -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…
Reference in New Issue
Block a user