Skip to content

Commit 411b004

Browse files
committed
LP-572 Add button_search icon
1 parent 1fd91ca commit 411b004

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

1.75 KB
Loading

ground/gcs/src/plugins/opmap/opmap.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<RCC>
22
<qresource prefix="/opmap">
3+
<file>images/button_search.png</file>
34
<file>images/button_home.png</file>
45
<file>images/button_home_not_set.png</file>
56
<file>images/button_home_set.png</file>

ground/gcs/src/plugins/opmap/opmap_widget.ui

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>671</width>
10-
<height>488</height>
9+
<width>746</width>
10+
<height>572</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -397,7 +397,13 @@ border-radius: 2px;
397397
</property>
398398
<property name="icon">
399399
<iconset resource="opmap.qrc">
400-
<normaloff>:/opmap/images/waypoint.png</normaloff>:/opmap/images/waypoint.png</iconset>
400+
<normaloff>:/opmap/images/button_search.png</normaloff>:/opmap/images/button_search.png</iconset>
401+
</property>
402+
<property name="iconSize">
403+
<size>
404+
<width>22</width>
405+
<height>22</height>
406+
</size>
401407
</property>
402408
</widget>
403409
</item>

0 commit comments

Comments
 (0)