Mercurial > libervia-desktop-kivy
comparison src/cagou/plugins/plugin_wid_chat.kv @ 47:abb81efef3bb
chat: update avatar following quick frontend improvments
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 10 Sep 2016 00:05:46 +0200 |
parents | b0595a33465d |
children | a51ea7874e43 |
comparison
equal
deleted
inserted
replaced
46:d6a63942d5ad | 47:abb81efef3bb |
---|---|
32 padding: dp(10) | 32 padding: dp(10) |
33 spacing: dp(5) | 33 spacing: dp(5) |
34 size_hint: 1, None | 34 size_hint: 1, None |
35 height: self.minimum_height | 35 height: self.minimum_height |
36 on_width: self.widthAdjust() | 36 on_width: self.widthAdjust() |
37 avatar: avatar | |
37 BoxLayout: | 38 BoxLayout: |
38 id: header_box | 39 id: header_box |
39 size_hint: 1, None | 40 size_hint: 1, None |
40 height: avatar.height | 41 height: avatar.height |
41 MessAvatar: | 42 MessAvatar: |