Skip to content

Commit 742a129

Browse files
authored
Merge pull request #4668 from SrNetoChan/select_attributes_fix
Fixes missing Icon in Select Attribute Dialog
2 parents b2360df + 5f7178a commit 742a129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/composer/qgsattributeselectiondialogbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
</property>
184184
<property name="icon">
185185
<iconset resource="../../../images/images.qrc">
186-
<normaloff>:/images/themes/default/symbologyUp.png</normaloff>:/images/themes/default/symbologyUp.png</iconset>
186+
<normaloff>:/images/themes/default/mActionArrowUp.svg</normaloff>:/images/themes/default/mActionArrowUp.svg</iconset>
187187
</property>
188188
</widget>
189189
</item>

0 commit comments

Comments
 (0)