# HG changeset patch # User Goffi # Date 1524839835 -7200 # Node ID e0985834f8eb5607bdcfc67e20dcd573169827f7 # Parent b9fd83292fc403985a596841b748ee0ba62bf061 chat: replaced transfer button diff -r b9fd83292fc4 -r e0985834f8eb cagou/plugins/plugin_wid_chat.kv --- a/cagou/plugins/plugin_wid_chat.kv Fri Apr 27 16:35:53 2018 +0200 +++ b/cagou/plugins/plugin_wid_chat.kv Fri Apr 27 16:37:15 2018 +0200 @@ -117,12 +117,11 @@ size_hint: 1, 1 hint_text: _(u"Enter your message here") on_text_validate: root.onSend(args[0]) - IconButton + SymbolButton # transfer button - source: app.expand("{media}/icons/tango/actions/32/list-add.png") - allow_stretch: True + symbol: "plus-circled" size_hint: None, 1 - width: max(self.texture_size[0], dp(40)) + width: dp(30) on_release: TransferMenu(callback=root.onTransferOK).show(self) :