mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
Merge pull request #1203 from javierllorente/master
Small visual improvement on search toolbar
This commit is contained in:
commit
6c86c2a6df
|
@ -34,8 +34,8 @@ SearchToolBar::SearchToolBar(WebView* view, QWidget* parent)
|
||||||
ui->setupUi(widget());
|
ui->setupUi(widget());
|
||||||
|
|
||||||
ui->closeButton->setIcon(qIconProvider->standardIcon(QStyle::SP_DialogCloseButton));
|
ui->closeButton->setIcon(qIconProvider->standardIcon(QStyle::SP_DialogCloseButton));
|
||||||
ui->next->setIcon(qIconProvider->standardIcon(QStyle::SP_ArrowForward));
|
ui->next->setIcon(qIconProvider->standardIcon(QStyle::SP_ArrowDown));
|
||||||
ui->previous->setIcon(qIconProvider->standardIcon(QStyle::SP_ArrowBack));
|
ui->previous->setIcon(qIconProvider->standardIcon(QStyle::SP_ArrowUp));
|
||||||
|
|
||||||
connect(ui->closeButton, SIGNAL(clicked()), this, SLOT(hide()));
|
connect(ui->closeButton, SIGNAL(clicked()), this, SLOT(hide()));
|
||||||
connect(ui->lineEdit, SIGNAL(textChanged(QString)), this, SLOT(findNext()));
|
connect(ui->lineEdit, SIGNAL(textChanged(QString)), this, SLOT(findNext()));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user