changeset 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 37220459e93d
children 397f2fb67aab
files cagou/plugins/plugin_wid_chat.kv
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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: