Mercurial > libervia-desktop-kivy
diff libervia/desktop_kivy/plugins/plugin_wid_contact_list.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_contact_list.kv Sat Jul 13 13:08:13 2024 +0200 +++ b/libervia/desktop_kivy/plugins/plugin_wid_contact_list.kv Sat Oct 26 22:44:37 2024 +0200 @@ -85,7 +85,7 @@ font_size: dp(30) Widget: SymbolButtonLabel: - symbol: 'plus-circled' + symbol: 'circle-plus' text: _("add a contact") on_release: root.add_contact_menu() Widget: