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:
parent
3e05279c09
commit
40cebd421b
2
res.qrc
2
res.qrc
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue
Block a user