Mercurial > libervia-desktop-kivy
comparison cagou/kv/simple_xhtml.kv @ 409:2caea63ae2ab
chat: show attachments as clickable icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 19 Feb 2020 09:49:21 +0100 |
parents | 5868a5575e01 |
children | efee0e0afb78 |
comparison
equal
deleted
inserted
replaced
408:355326a3501c | 409:2caea63ae2ab |
---|---|
22 height: self.minimum_height | 22 height: self.minimum_height |
23 | 23 |
24 <SimpleXHTMLWidgetEscapedText>: | 24 <SimpleXHTMLWidgetEscapedText>: |
25 size_hint: 1, None | 25 size_hint: 1, None |
26 text_size: self.width, None | 26 text_size: self.width, None |
27 height: self.texture_size[1] | 27 height: self.texture_size[1] if self.text else 0 |
28 | 28 |
29 <SimpleXHTMLWidgetText>: | 29 <SimpleXHTMLWidgetText>: |
30 size_hint: None, None | 30 size_hint: None, None |
31 size: self.texture_size | 31 size: self.texture_size |
32 | 32 |