storage.png -> hostname.png

This commit is contained in:
Simon Quigley 2018-01-15 21:38:43 -06:00
parent c820f66d00
commit a5bc01f923
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<!DOCTYPE RCC><RCC version="1.0"> <RCC>
<qresource> <qresource>
<file>images/hostname.png</file>
<file>images/Lubuntu.png</file> <file>images/Lubuntu.png</file>
<file>images/graphics.png</file> <file>images/graphics.png</file>
<file>images/cpu.png</file> <file>images/cpu.png</file>
<file>images/memory.png</file> <file>images/memory.png</file>
<file>images/storage.png</file> </qresource>
</qresource>
</RCC> </RCC>

View File

@ -147,7 +147,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>&lt;img src=&quot;:/images/storage.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string> <string>&lt;img src=&quot;:/images/hostname.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>