aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/chat_input/encryption_button.vala
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2019-09-09 19:47:11 +0200
committerfiaxh <git@lightrise.org>2019-09-09 19:47:11 +0200
commit9950742bf1903291c271619aea101b0e2f81d19c (patch)
tree49550030dd678a52adce9a0de81688cf95b4dfcb /main/src/ui/chat_input/encryption_button.vala
parentecb3e783b9fde0fc6164a8058531b0be54eb7ef0 (diff)
downloaddino-9950742bf1903291c271619aea101b0e2f81d19c.tar.gz
dino-9950742bf1903291c271619aea101b0e2f81d19c.zip
Add emoji button to chat input
Diffstat (limited to 'main/src/ui/chat_input/encryption_button.vala')
-rw-r--r--main/src/ui/chat_input/encryption_button.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/ui/chat_input/encryption_button.vala b/main/src/ui/chat_input/encryption_button.vala
index d80fa18f..3544c252 100644
--- a/main/src/ui/chat_input/encryption_button.vala
+++ b/main/src/ui/chat_input/encryption_button.vala
@@ -18,7 +18,6 @@ public class EncryptionButton : MenuButton {
public EncryptionButton(StreamInteractor stream_interactor) {
this.stream_interactor = stream_interactor;
- relief = ReliefStyle.NONE;
use_popover = true;
image = new Image.from_icon_name("changes-allow-symbolic", IconSize.BUTTON);
get_style_context().add_class("flat");