Skip to content

Commit 3005241

Browse files
committed
Remove icon with bad sRGB profile (causing Qt warnings)
(cherry-picked from 2a2bf2c)
1 parent c8f7886 commit 3005241

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<RCC>
2-
<qresource prefix="/" >
3-
<file>options.png</file>
2+
<qresource prefix="/">
43
<file>raster-interpolate.png</file>
54
</qresource>
65
</RCC>

src/plugins/interpolation/options.png

-3.71 KB
Binary file not shown.

src/plugins/interpolation/qgsinterpolationdialogbase.ui

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>772</width>
10-
<height>382</height>
9+
<width>858</width>
10+
<height>389</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -147,7 +147,7 @@
147147
</property>
148148
<property name="icon">
149149
<iconset resource="interpolator.qrc">
150-
<normaloff>:/options.png</normaloff>:/options.png</iconset>
150+
<normaloff>:/mActionOptions.svg</normaloff>:/mActionOptions.svg</iconset>
151151
</property>
152152
</widget>
153153
</item>

src/ui/qgsunitselectionwidget.ui

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
<string notr="true"/>
6161
</property>
6262
<property name="icon">
63-
<iconset resource="../plugins/interpolation/interpolator.qrc">
64-
<normaloff>:/options.png</normaloff>:/options.png</iconset>
63+
<iconset resource="../../images/images.qrc">
64+
<normaloff>:/images/themes/default/mActionOptions.svg</normaloff>:/images/themes/default/mActionOptions.svg</iconset>
6565
</property>
6666
</widget>
6767
</item>
6868
</layout>
6969
</widget>
7070
<resources>
71-
<include location="../plugins/interpolation/interpolator.qrc"/>
71+
<include location="../../images/images.qrc"/>
7272
</resources>
7373
<connections/>
7474
</ui>

0 commit comments

Comments
 (0)