aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/call_window/participant_widget.vala
diff options
context:
space:
mode:
authorTobias Bernard <bertob@users.noreply.github.com>2023-05-29 22:01:33 +0200
committerGitHub <noreply@github.com>2023-05-29 22:01:33 +0200
commit4bb0c465fc8f1737a1f2668519a6e0cfbc7bfa0d (patch)
tree09a365443f2ea656d632f4f86b635d51703c71b4 /main/src/ui/call_window/participant_widget.vala
parent9a04573fdc415a3a9293e5164bfc0316884285a3 (diff)
downloaddino-4bb0c465fc8f1737a1f2668519a6e0cfbc7bfa0d.tar.gz
dino-4bb0c465fc8f1737a1f2668519a6e0cfbc7bfa0d.zip
icons: Refresh some symbolic icons (#1444)
Diffstat (limited to 'main/src/ui/call_window/participant_widget.vala')
-rw-r--r--main/src/ui/call_window/participant_widget.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/src/ui/call_window/participant_widget.vala b/main/src/ui/call_window/participant_widget.vala
index bed64c30..0940bc9e 100644
--- a/main/src/ui/call_window/participant_widget.vala
+++ b/main/src/ui/call_window/participant_widget.vala
@@ -17,8 +17,8 @@ namespace Dino.Ui {
public Box title_box = new Box(Orientation.VERTICAL, 0) { valign=Align.CENTER, hexpand=true };
public MenuButton encryption_button = new MenuButton() { opacity=0, has_frame=false, height_request=30, width_request=30, margin_end=5 };
public CallEncryptionButtonController encryption_button_controller;
- public MenuButton menu_button = new MenuButton() { icon_name="open-menu-symbolic", has_frame=false };
- public Button invite_button = new Button.from_icon_name("dino-account-plus") { has_frame=false };
+ public MenuButton menu_button = new MenuButton() { icon_name="view-more-symbolic", has_frame=false };
+ public Button invite_button = new Button.from_icon_name("contact-new-symbolic") { has_frame=false };
public bool shows_video = false;
public string? participant_name;
@@ -140,4 +140,4 @@ namespace Dino.Ui {
invite_button.visible = may_show_invite_button && is_highest_row && is_start_row;
}
}
-} \ No newline at end of file
+}