Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_contact_list.kv @ 157:e1f6dab40eed
contact list: fixed avatar stretching
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 28 Apr 2018 08:57:04 +0200 |
parents | cd99f70ea592 |
children | 9faccd140119 |
comparison
equal
deleted
inserted
replaced
156:826e7b17a19b | 157:e1f6dab40eed |
---|---|
23 height: dp(50) | 23 height: dp(50) |
24 Avatar: | 24 Avatar: |
25 source: root.data.get('avatar', app.default_avatar) | 25 source: root.data.get('avatar', app.default_avatar) |
26 size_hint: None, 1 | 26 size_hint: None, 1 |
27 width: dp(60) | 27 width: dp(60) |
28 allow_stretch: True | |
28 Label: | 29 Label: |
29 id: jid_label | 30 id: jid_label |
30 padding: dp(5), 0 | 31 padding: dp(5), 0 |
31 text: root.jid | 32 text: root.jid |
32 text_size: self.size | 33 text_size: self.size |