Skip to content

Commit

Permalink
insertGraphicsDlg: avoid qt.svg: Cannot open file
Browse files Browse the repository at this point in the history
qt.svg: Cannot open file ':/images/up-arrow-circle-silver.svg', because: No such file or directory
  • Loading branch information
octaeder committed Feb 8, 2024
1 parent 0b4f354 commit 23bc2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/insertgraphics.ui
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
</property>
<property name="icon">
<iconset resource="../texstudio.qrc">
<normaloff>:/images/up-arrow-circle-silver.svg</normaloff>:/images/up-arrow-circle-silver.svg</iconset>
<normaloff>:/images/up-arrow-circle-silver.png</normaloff>:/images/up-arrow-circle-silver.png</iconset>
</property>
</widget>
</item>
Expand Down

0 comments on commit 23bc2d3

Please sign in to comment.