diff cagou/plugins/plugin_wid_chat.kv @ 312:772c170b47a9

Python3 port: /!\ Cagou now runs with Python 3.6+ Port has been done in the same way as for backend (check backend commit b2d067339de3 message for details).
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 19:14:22 +0200
parents 86292cc41e81
children e2b51663d8b8
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.kv	Mon Aug 05 11:21:54 2019 +0200
+++ b/cagou/plugins/plugin_wid_chat.kv	Tue Aug 13 19:14:22 2019 +0200
@@ -185,7 +185,7 @@
         size_hint: 1, 1
         padding: dp(5), dp(10)
         color: 0, 0, 0, 1
-        bold: True
+        bold: root.bold
         background_normal: app.expand('{media}/misc/borders/border_filled_black.png')
         background_color: app.c_sec if root.selected else app.c_prim_dark
         on_release: root.dispatch("on_release")