mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Add new icons and icons features for future implementations
This commit is contained in:
parent
5acc8f6d8b
commit
6e3de73501
3 changed files with 82 additions and 10 deletions
|
@ -46,8 +46,14 @@ QtObject {
|
|||
readonly property int width: 30
|
||||
readonly property int height: 30
|
||||
|
||||
readonly property int margin: 10
|
||||
|
||||
readonly property string sendIconUrl: "/icons/send-message.svg"
|
||||
readonly property string attachIconUrl: "/icons/attach.svg"
|
||||
readonly property string microIconUrl: "/icons/microphone.svg"
|
||||
readonly property string microMuteIconUrl: "/icons/microphone_mute.svg"
|
||||
readonly property string emojiIconUrl: "/icons/smiley.svg"
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue