changeset 255:03d74435c01c

contact: fixed add contact button size
author Goffi <goffi@goffi.org>
date Sat, 26 Jan 2019 20:24:48 +0100
parents 0700293df0e6
children ba7b8cb7ddcd
files cagou/plugins/plugin_wid_contact_list.kv
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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'