1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor: rename hideButton to searchHideButton

This commit is contained in:
TriKriSta 2018-02-14 19:41:59 +02:00
parent 3e05279c09
commit 40cebd421b
4 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,6 @@
<file>ui/chatArea/scrollBarRightArrow.svg</file>
<file>ui/chatForm/buttons.css</file>
<file>ui/chatForm/callButton.svg</file>
<file>ui/chatForm/hideButton.svg</file>
<file>ui/chatForm/micButton.svg</file>
<file>ui/chatForm/videoButton.svg</file>
<file>ui/chatForm/volButton.svg</file>
@ -61,6 +60,7 @@
<file>ui/chatForm/fileButton.svg</file>
<file>ui/chatForm/screenshotButton.svg</file>
<file>ui/chatForm/searchDownButton.svg</file>
<file>ui/chatForm/searchHideButton.svg</file>
<file>ui/chatForm/searchUpButton.svg</file>
<file>ui/chatForm/sendButton.svg</file>
<file>ui/emoticonWidget/dot_page.svg</file>

View File

@ -30,7 +30,7 @@ SearchForm::SearchForm(QWidget* parent) : QWidget(parent)
upButton = createButton("searchUpButton", "green");
downButton = createButton("searchDownButton", "green");
hideButton = createButton("hideButton", "red");
hideButton = createButton("searchHideButton", "red");
layout->setMargin(0);
layout->addWidget(searchLine);

View File

@ -69,9 +69,9 @@ QAbstractButton#callButton
/* SearchLine */
QAbstractButton#hideButton
QAbstractButton#searchHideButton
{
background-image: url(":/ui/chatForm/hideButton.svg");
background-image: url(":/ui/chatForm/searchHideButton.svg");
border-radius: 5px;
width: 35px;
height: 35px;

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB