Skip to content

Commit

Permalink
Fix missing icon in GPS information panel
Browse files Browse the repository at this point in the history
Fixes #44165
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Jul 30, 2021
1 parent 7d01531 commit 3d22f1f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/ui/qgsgpsinformationwidgetbase.ui
Expand Up @@ -777,15 +777,21 @@ gray = no data
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Refresh serial device list</string>
</property>
<property name="text">
<string>…</string>
</property>
<property name="icon">
<iconset>
<normaloff>:/images/themes/default/mActionRotatePointSymbols.png</normaloff>:/images/themes/default/mActionRotatePointSymbols.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionRefresh.svg</normaloff>:/images/themes/default/mActionRefresh.svg</iconset>
</property>
</widget>
</item>
Expand Down

0 comments on commit 3d22f1f

Please sign in to comment.