diff cagou/plugins/plugin_wid_contact_list.kv @ 255:03d74435c01c

contact: fixed add contact button size
author Goffi <goffi@goffi.org>
date Sat, 26 Jan 2019 20:24:48 +0100
parents 9e5f9f0cee48
children 1b835bcfa663
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_contact_list.kv	Sat Jan 26 20:24:48 2019 +0100
+++ b/cagou/plugins/plugin_wid_contact_list.kv	Sat Jan 26 20:24:48 2019 +0100
@@ -102,7 +102,9 @@
     orientation: 'vertical'
     BoxLayout:
         size_hint: 1, None
-        height: dp(30)
+        height: dp(35)
+        width: dp(35)
+        font_size: dp(30)
         Widget:
         SymbolLabel:
             symbol: 'plus-circled'