changeset 153:e0985834f8eb

chat: replaced transfer button
author Goffi <goffi@goffi.org>
date Fri, 27 Apr 2018 16:37:15 +0200
parents b9fd83292fc4
children a5e8833184c6
files cagou/plugins/plugin_wid_chat.kv
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
 <EncryptionButton>: