comparison 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
comparison
equal deleted inserted replaced
415:5761b5f03c0c 416:3e2333a11f61
82 size_hint: 1, None 82 size_hint: 1, None
83 height: dp(35) 83 height: dp(35)
84 width: dp(35) 84 width: dp(35)
85 font_size: dp(30) 85 font_size: dp(30)
86 Widget: 86 Widget:
87 SymbolLabel: 87 SymbolButtonLabel:
88 symbol: 'plus-circled' 88 symbol: 'plus-circled'
89 text: _("add a contact") 89 text: _("add a contact")
90 on_release: root.addContactMenu() 90 on_release: root.addContactMenu()
91 Widget: 91 Widget:
92 FloatLayout: 92 FloatLayout: