|
@@ -90,7 +90,7 @@ void ctkMenuComboBoxPrivate::init()
|
|
// SearchButton
|
|
// SearchButton
|
|
this->SearchButton = new QToolButton();
|
|
this->SearchButton = new QToolButton();
|
|
this->SearchButton->setText(q->tr("Search"));
|
|
this->SearchButton->setText(q->tr("Search"));
|
|
- this->SearchButton->setIcon(QIcon(":/Icons/search.png"));
|
|
|
|
|
|
+ this->SearchButton->setIcon(QIcon(":/Icons/search.svg"));
|
|
this->SearchButton->setCheckable(true);
|
|
this->SearchButton->setCheckable(true);
|
|
this->SearchButton->setAutoRaise(true);
|
|
this->SearchButton->setAutoRaise(true);
|
|
layout->addWidget(this->SearchButton);
|
|
layout->addWidget(this->SearchButton);
|