diff cagou/plugins/plugin_wid_chat.kv @ 135:091e288838e1

plugin chat: use new Symbol widget to display encryption button
author Goffi <goffi@goffi.org>
date Fri, 06 Apr 2018 16:13:08 +0200
parents c3aa71daceb8
children 84b18c131a81
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.kv	Fri Apr 06 16:13:08 2018 +0200
+++ b/cagou/plugins/plugin_wid_chat.kv	Fri Apr 06 16:13:08 2018 +0200
@@ -126,8 +126,8 @@
 <EncryptionButton>:
     size_hint: None, 1
     width: dp(30)
-    allow_stretch: True
-    source: self.getIconSource()
+    color: self.getColor()
+    symbol: self.getSymbol()
 
 <OtrButton@Button>:
     size_hint: None, None