1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

LP-572 Add button_search icon

This commit is contained in:
Laurent Lalanne 2018-01-21 21:53:17 +01:00
parent 1fd91caa29
commit 411b004583
3 changed files with 10 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/opmap">
<file>images/button_search.png</file>
<file>images/button_home.png</file>
<file>images/button_home_not_set.png</file>
<file>images/button_home_set.png</file>

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>671</width>
<height>488</height>
<width>746</width>
<height>572</height>
</rect>
</property>
<property name="sizePolicy">
@ -397,7 +397,13 @@ border-radius: 2px;
</property>
<property name="icon">
<iconset resource="opmap.qrc">
<normaloff>:/opmap/images/waypoint.png</normaloff>:/opmap/images/waypoint.png</iconset>
<normaloff>:/opmap/images/button_search.png</normaloff>:/opmap/images/button_search.png</iconset>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
</widget>
</item>