Changed: #1206 added pill icon to object_viewer tab
This commit is contained in:
parent
e85ade1204
commit
1cd1643ef4
3 changed files with 2 additions and 1 deletions
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
|
@ -33,6 +33,7 @@
|
||||||
<file>icons/ic_nel_water.png</file>
|
<file>icons/ic_nel_water.png</file>
|
||||||
<file>icons/ic_nel_wind.png</file>
|
<file>icons/ic_nel_wind.png</file>
|
||||||
<file>icons/ic_nel_workspace_item.png</file>
|
<file>icons/ic_nel_workspace_item.png</file>
|
||||||
|
<file>icons/ic_nel_pill.png</file>
|
||||||
<file>images/nel.png</file>
|
<file>images/nel.png</file>
|
||||||
<file>icons/particles_system_24/ic_nel_collision_zone_item_24.png</file>
|
<file>icons/particles_system_24/ic_nel_collision_zone_item_24.png</file>
|
||||||
<file>icons/particles_system_24/ic_nel_emitter_item_24.png</file>
|
<file>icons/particles_system_24/ic_nel_emitter_item_24.png</file>
|
||||||
|
|
|
@ -74,7 +74,7 @@ public:
|
||||||
|
|
||||||
virtual QIcon icon() const
|
virtual QIcon icon() const
|
||||||
{
|
{
|
||||||
return QIcon();
|
return QIcon(":/icons/ic_nel_pill.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual QUndoStack *undoStack();
|
virtual QUndoStack *undoStack();
|
||||||
|
|
Loading…
Reference in a new issue