Commit a267df1d authored by Dan Pascu's avatar Dan Pascu

Fixed recording icon path

parent b8372d52
...@@ -549,7 +549,7 @@ QToolButton:pressed { ...@@ -549,7 +549,7 @@ QToolButton:pressed {
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>icons/record.png</normaloff> <normaloff>icons/record.png</normaloff>
<normalon>../../../blink-qt/resources/icons/recording.png</normalon>icons/record.png</iconset> <normalon>icons/recording.png</normalon>icons/record.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment