diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-22 15:41:06 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-22 15:41:06 +0300 |
commit | 0247b47553f03ee21bf9040b76cb30029868029f (patch) | |
tree | 95f1126e7455a69981a785e4c8f899219f411684 /resources/res.qrc | |
parent | Reject key requests for users that are not members of the room (diff) | |
download | nheko-0247b47553f03ee21bf9040b76cb30029868029f.tar.xz |
Refactor the room settings menu to look like the user profile
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 8484b299..d024a5d5 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -39,7 +39,6 @@ <file>icons/ui/paper-clip-outline@2x.png</file> <file>icons/ui/angle-pointing-to-left.png</file> <file>icons/ui/angle-pointing-to-left@2x.png</file> - <file>icons/ui/world.svg</file> <file>icons/ui/angle-arrow-down.png</file> <file>icons/ui/angle-arrow-down@2x.png</file> <file>icons/ui/arrow-pointing-down.png</file> @@ -50,7 +49,12 @@ <file>icons/ui/pause-symbol@2x.png</file> <file>icons/ui/remove-symbol.png</file> <file>icons/ui/remove-symbol@2x.png</file> - <file>icons/ui/edit.svg</file> + + <file>icons/ui/world.png</file> + <file>icons/ui/world@2x.png</file> + + <file>icons/ui/edit.png</file> + <file>icons/ui/edit@2x.png</file> <file>icons/emoji-categories/people.png</file> <file>icons/emoji-categories/people@2x.png</file> |