Mercurial > libervia-desktop-kivy
diff libervia/desktop_kivy/plugins/plugin_wid_chat.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 | b3cedbee561d |
children |
line wrap: on
line diff
--- a/libervia/desktop_kivy/plugins/plugin_wid_chat.kv Sat Jul 13 13:08:13 2024 +0200 +++ b/libervia/desktop_kivy/plugins/plugin_wid_chat.kv Sat Oct 26 22:44:37 2024 +0200 @@ -143,7 +143,7 @@ size_hint_x: None width: self.height id: encrypted - symbol: 'lock-filled' if root.mess_data.encrypted else 'lock-open' + symbol: 'lock' if root.mess_data.encrypted else 'unlock' font_size: self.height - dp(3) color: (1, 0, 0, 1) if not root.mess_data.encrypted and root.chat.encrypted else (0.55,0.55,0.55,1) Label: @@ -173,7 +173,7 @@ SymbolButton: opacity: 0 if root.sending else 1 size_hint: None, 1 - symbol: "cancel-circled" + symbol: "circle-xmark" on_press: root.parent.remove_widget(root) @@ -257,7 +257,7 @@ on_text_validate: root.on_send(args[0]) SymbolButton: # "send" button, permanent visibility depends on platform - symbol: "forward" + symbol: "share" size_hint: None, 1 width: dp(30) if root.send_button_visible else 0 opacity: 1 if root.send_button_visible else 0 @@ -269,7 +269,7 @@ <TransferButton>: size_hint: None, 1 - symbol: "plus-circled" + symbol: "circle-plus" width: dp(30) font_size: dp(25) color: 0.4, 0.4, 0.4, 1 @@ -290,7 +290,7 @@ <ExtraButton>: size_hint: None, 1 - symbol: "dot-3-vert" + symbol: "ellipsis-vertical" width: dp(30) font_size: dp(25) color: 0.4, 0.4, 0.4, 1 @@ -303,7 +303,7 @@ symbol: self.get_symbol() <TrustManagementButton>: - symbol: "shield" + symbol: "shield-halved" padding: dp(5), dp(10) bg_color: app.c_prim_dark size_hint: None, 1