Message highlighter now has own icon.
This commit is contained in:
parent
0c23c3b651
commit
e0d6763708
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ void MessagesToolBar::initializeHighlighter() {
|
|||
|
||||
m_actionMessageHighlighter = new QWidgetAction(this);
|
||||
m_actionMessageHighlighter->setDefaultWidget(m_btnMessageHighlighter);
|
||||
m_actionMessageHighlighter->setIcon(m_btnMessageHighlighter->icon());
|
||||
m_actionMessageHighlighter->setProperty("type", HIGHLIGHTER_ACTION_NAME);
|
||||
m_actionMessageHighlighter->setProperty("name", tr("Message highlighter"));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue