aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_titlebar/occupants_entry.vala
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2019-03-16 22:25:46 +0100
committerfiaxh <git@lightrise.org>2019-03-18 13:51:57 +0100
commit330649a5372880d14a12ea37af948c7acbbc6a3d (patch)
tree9c90c14a52332a5ebf50070b9f5f12d390d55caf /main/src/ui/conversation_titlebar/occupants_entry.vala
parent26a8538e97f94cae8ba75c6cacfcc70cc5c2f6a4 (diff)
downloaddino-330649a5372880d14a12ea37af948c7acbbc6a3d.tar.gz
dino-330649a5372880d14a12ea37af948c7acbbc6a3d.zip
Add headerbar button tooltips, don't remove relief
Diffstat (limited to 'main/src/ui/conversation_titlebar/occupants_entry.vala')
-rw-r--r--main/src/ui/conversation_titlebar/occupants_entry.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/ui/conversation_titlebar/occupants_entry.vala b/main/src/ui/conversation_titlebar/occupants_entry.vala
index af553e35..b5c4c228 100644
--- a/main/src/ui/conversation_titlebar/occupants_entry.vala
+++ b/main/src/ui/conversation_titlebar/occupants_entry.vala
@@ -34,6 +34,7 @@ class OccupantsWidget : MenuButton, Plugins.ConversationTitlebarWidget {
public OccupantsWidget(StreamInteractor stream_interactor) {
image = new Image.from_icon_name("system-users-symbolic", IconSize.MENU);
+ tooltip_text = _("Members");
this.stream_interactor = stream_interactor;
set_use_popover(true);