diff cagou/plugins/plugin_wid_contact_list.kv @ 416:3e2333a11f61

common: implemented SymbolToggleLabel: - SymbolLabel doesn't do button behaviour anymore - SymbolButtonLabel does the button behaviour (to use instead of former SymbolLabel) - SymbolToggleLabel does toggle button behaviour
author Goffi <goffi@goffi.org>
date Sun, 23 Feb 2020 17:13:15 +0100
parents e2b51663d8b8
children 72290ebfaa8b
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_contact_list.kv	Sun Feb 23 15:39:06 2020 +0100
+++ b/cagou/plugins/plugin_wid_contact_list.kv	Sun Feb 23 17:13:15 2020 +0100
@@ -84,7 +84,7 @@
         width: dp(35)
         font_size: dp(30)
         Widget:
-        SymbolLabel:
+        SymbolButtonLabel:
             symbol: 'plus-circled'
             text: _("add a contact")
             on_release: root.addContactMenu()