summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-01 19:40:53 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-01 19:40:53 +0300
commitccc6cd8dabdaf8ca66562e889147965f12fb19e9 (patch)
tree072ea585bf494b2daa1b6fa6cbbbdd6adf3da626 /resources
parentImplement dekstop notifications on Windows (#290) (diff)
downloadnheko-ccc6cd8dabdaf8ca66562e889147965f12fb19e9.tar.xz
Mark encrypted messages with a lock icon
Diffstat (limited to 'resources')
-rw-r--r--resources/icons/ui/checkmark.pngbin0 -> 450 bytes
-rw-r--r--resources/icons/ui/checkmark@2x.pngbin0 -> 551 bytes
-rw-r--r--resources/icons/ui/clock.pngbin0 -> 779 bytes
-rw-r--r--resources/icons/ui/clock@2x.pngbin0 -> 1638 bytes
-rw-r--r--resources/icons/ui/lock.pngbin0 -> 602 bytes
-rw-r--r--resources/icons/ui/lock@2x.pngbin0 -> 810 bytes
-rw-r--r--resources/res.qrc6
-rw-r--r--resources/styles/nheko.qss2
8 files changed, 7 insertions, 1 deletions
diff --git a/resources/icons/ui/checkmark.png b/resources/icons/ui/checkmark.png
new file mode 100644

index 00000000..281fda3c --- /dev/null +++ b/resources/icons/ui/checkmark.png
Binary files differdiff --git a/resources/icons/ui/checkmark@2x.png b/resources/icons/ui/checkmark@2x.png new file mode 100644
index 00000000..3f85fa39 --- /dev/null +++ b/resources/icons/ui/checkmark@2x.png
Binary files differdiff --git a/resources/icons/ui/clock.png b/resources/icons/ui/clock.png new file mode 100644
index 00000000..3d97e358 --- /dev/null +++ b/resources/icons/ui/clock.png
Binary files differdiff --git a/resources/icons/ui/clock@2x.png b/resources/icons/ui/clock@2x.png new file mode 100644
index 00000000..8ba1a54f --- /dev/null +++ b/resources/icons/ui/clock@2x.png
Binary files differdiff --git a/resources/icons/ui/lock.png b/resources/icons/ui/lock.png new file mode 100644
index 00000000..82dc604e --- /dev/null +++ b/resources/icons/ui/lock.png
Binary files differdiff --git a/resources/icons/ui/lock@2x.png b/resources/icons/ui/lock@2x.png new file mode 100644
index 00000000..2cfb971a --- /dev/null +++ b/resources/icons/ui/lock@2x.png
Binary files differdiff --git a/resources/res.qrc b/resources/res.qrc
index 711d32be..fe3e3104 100644 --- a/resources/res.qrc +++ b/resources/res.qrc
@@ -1,5 +1,11 @@ <RCC> <qresource prefix="/icons"> + <file>icons/ui/lock.png</file> + <file>icons/ui/lock@2x.png</file> + <file>icons/ui/clock.png</file> + <file>icons/ui/clock@2x.png</file> + <file>icons/ui/checkmark.png</file> + <file>icons/ui/checkmark@2x.png</file> <file>icons/ui/cursor.png</file> <file>icons/ui/cursor@2x.png</file> <file>icons/ui/settings.png</file> diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 067b361c..1cba4c82 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -48,7 +48,7 @@ CommunitiesList > * { } FlatButton { - qproperty-foregroundColor: #14272d; + qproperty-foregroundColor: #495057; } FileItem {