diff cagou/plugins/plugin_wid_chat.kv @ 167:ffef21fd97a2

chat: allow to scroll using side bar + increased bar size
author Goffi <goffi@goffi.org>
date Sat, 28 Apr 2018 15:40:29 +0200
parents e0985834f8eb
children ab3f5173ef5c
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.kv	Sat Apr 28 15:40:28 2018 +0200
+++ b/cagou/plugins/plugin_wid_chat.kv	Sat Apr 28 15:40:29 2018 +0200
@@ -106,6 +106,8 @@
         size_hint: 1, 0.8
         scroll_y: 0
         do_scroll_x: False
+        scroll_type: ['bars', 'content']
+        bar_width: dp(6)
         MessagesWidget:
             id: messages_widget
     MessageInputBox: