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:
parent
cc2b20b54b
commit
90e8ef01bd
Binary file not shown.
Before Width: | Height: | Size: 808 B After Width: | Height: | Size: 894 B |
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user