1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

New search (magnify) icon

This commit is contained in:
nowrep 2011-05-18 23:05:49 +02:00
parent cc2b20b54b
commit 90e8ef01bd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 808 B

After

Width:  |  Height:  |  Size: 894 B

View File

@ -27,7 +27,7 @@ WebSearchBar::WebSearchBar(QupZilla* mainClass, QWidget* parent)
m_buttonSearch = new ClickableLabel(this);
m_buttonSearch->setPixmap(QPixmap(":/icons/locationbar/search.png"));
m_buttonSearch->setCursor(QCursor(Qt::PointingHandCursor));
m_buttonSearch->setStyleSheet("QLabel{margin-bottom:2px;}");
m_buttonSearch->setStyleSheet("QLabel{margin-bottom:1px;}");
m_buttonSearch->setFocusPolicy(Qt::ClickFocus);
m_boxSearchType = new QToolButton(this);