Skip to content

Commit

Permalink
Switch to a new icon for feedback (#1333)
Browse files Browse the repository at this point in the history
* Switch to a new navigate icon for feedback

Update player / animation icon too

Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
  • Loading branch information
ghutchis authored Sep 11, 2023
1 parent e909610 commit 2d1307e
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Binary file modified avogadro/qtplugins/navigator/navigator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified avogadro/qtplugins/navigator/navigator@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added avogadro/qtplugins/playertool/animate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added avogadro/qtplugins/playertool/animate@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed avogadro/qtplugins/playertool/player.png
Binary file not shown.
Binary file removed avogadro/qtplugins/playertool/player@2x.png
Binary file not shown.
2 changes: 1 addition & 1 deletion avogadro/qtplugins/playertool/playertool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PlayerTool::PlayerTool(QObject* parent_)
, m_slider(nullptr)
{
m_activateAction->setText(tr("Player"));
m_activateAction->setIcon(QIcon(":/icons/player.png"));
m_activateAction->setIcon(QIcon(":/icons/animate.png"));
m_activateAction->setToolTip(tr("Animation Tool"));
}

Expand Down
4 changes: 2 additions & 2 deletions avogadro/qtplugins/playertool/playertool.qrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/icons">
<file>player.png</file>
<file>player@2x.png</file>
<file>animate.png</file>
<file>animate@2x.png</file>
</qresource>
</RCC>

0 comments on commit 2d1307e

Please sign in to comment.