mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 20:04:36 -04:00
Refactor button names
This commit is contained in:
parent
f77fe533e7
commit
905b1d6556
6 changed files with 8 additions and 8 deletions
|
@ -144,7 +144,7 @@ Item
|
|||
border.color: inferiorPanel.styles.borderColor
|
||||
}
|
||||
|
||||
BtnIcon
|
||||
ButtonIcon
|
||||
{
|
||||
|
||||
id: attachButton
|
||||
|
@ -263,7 +263,7 @@ Item
|
|||
}
|
||||
}
|
||||
|
||||
BtnIcon
|
||||
ButtonIcon
|
||||
{
|
||||
|
||||
id: emojiButton
|
||||
|
@ -290,7 +290,7 @@ Item
|
|||
|
||||
}
|
||||
|
||||
BtnIcon
|
||||
ButtonIcon
|
||||
{
|
||||
|
||||
id: sendButton
|
||||
|
|
|
@ -111,7 +111,7 @@ Drawer
|
|||
}
|
||||
}
|
||||
|
||||
Btn
|
||||
ButtonText
|
||||
{
|
||||
buttonText: model.title
|
||||
width: parent.width
|
||||
|
|
|
@ -153,7 +153,7 @@ ApplicationWindow
|
|||
|
||||
}
|
||||
|
||||
BtnIcon
|
||||
ButtonIcon
|
||||
{
|
||||
property bool searchIconVisibility: false
|
||||
property var onClickCB: function (){}
|
||||
|
@ -190,7 +190,7 @@ ApplicationWindow
|
|||
Component
|
||||
{
|
||||
id: rsIcon
|
||||
BtnIcon
|
||||
ButtonIcon
|
||||
{
|
||||
height: imageLoader.height
|
||||
width: imageLoader.height
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<file>ChatBubbleDelegate.qml</file>
|
||||
<file>icons/send-message.svg</file>
|
||||
<file>icons/attach.svg</file>
|
||||
<file>components/BtnIcon.qml</file>
|
||||
<file>components/ButtonIcon.qml</file>
|
||||
<file>icons/smiley.svg</file>
|
||||
<file>icons/microphone_mute.svg</file>
|
||||
<file>icons/microphone.svg</file>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<file>components/AvatarOrColorHash.qml</file>
|
||||
<file>components/SideBar.qml</file>
|
||||
<file>styles/SideBarStyle.qml</file>
|
||||
<file>components/Btn.qml</file>
|
||||
<file>components/ButtonText.qml</file>
|
||||
<file>icons/netgraph.svg</file>
|
||||
<file>icons/search.svg</file>
|
||||
<file>icons/exit.svg</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue