mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix pathing on resources.qrc from EventBrowser being moved
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<iconset resource="../resources.qrc">
|
||||
<normaloff>:/Resources/find.png</normaloff>:/Resources/find.png</iconset>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
@@ -95,7 +95,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<iconset resource="../resources.qrc">
|
||||
<normaloff>:/Resources/flag_green.png</normaloff>:/Resources/flag_green.png</iconset>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
@@ -109,7 +109,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<iconset resource="../resources.qrc">
|
||||
<normaloff>:/Resources/time.png</normaloff>:/Resources/time.png</iconset>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
@@ -202,7 +202,7 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
<include location="../resources.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user