Mercurial > libervia-desktop-kivy
diff libervia/desktop_kivy/plugins/plugin_wid_calls.kv @ 518:196483685a63 default tip
Use Font-Awesome instead of Fontello, following change in Libervia Media.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Oct 2024 22:44:37 +0200 |
parents | d78728d7fd6a |
children |
line wrap: on
line diff
--- a/libervia/desktop_kivy/plugins/plugin_wid_calls.kv Sat Jul 13 13:08:13 2024 +0200 +++ b/libervia/desktop_kivy/plugins/plugin_wid_calls.kv Sat Oct 26 22:44:37 2024 +0200 @@ -119,7 +119,7 @@ pos_hint: {"right": 1, "top": 1} margin_x: dp(10) margin_y: dp(10) - symbol: "resize-small" if root.fullscreen else "resize-full" + symbol: "minimize" if root.fullscreen else "maximize" color: 0.29, 0.29, 0.29, 1 background_color: 0.96, 0.96, 0.96, 1 on_press: root.fullscreen = not root.fullscreen @@ -135,17 +135,17 @@ Widget: CallControlButton: - symbol: "videocam" + symbol: "video" active: not root.video_muted on_press: root.video_muted = not root.video_muted CallControlButton: - symbol: "volume-up" + symbol: "volume-high" active: not root.audio_muted on_press: root.audio_muted = not root.audio_muted CallControlButton: - symbol: "desktop" + symbol: "display" active: root.desktop_sharing background_color: (0.28, 0.78, 0.56, 1) if not self.active else (0.95, 0.27, 0.41, 1) on_press: root.on_desktop_btn_press() @@ -157,7 +157,7 @@ width: 2 cap: "round" CallControlButton: - symbol: "doc" + symbol: "regular file" color: 0, 0, 0, 1 background_color: (1, 1, 1, 1) on_press: root.on_file_btn_press()