Mercurial > libervia-desktop-kivy
comparison cagou/kv/xmlui.kv @ 245:d535446fdf45
xmlui: fixed divider drawing
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 03 Jan 2019 20:44:07 +0100 |
parents | 661b9cf7b4e4 |
children | 1f579baf787a |
comparison
equal
deleted
inserted
replaced
244:5bd94bc08f5c | 245:d535446fdf45 |
---|---|
57 height: dp(20) | 57 height: dp(20) |
58 canvas.before: | 58 canvas.before: |
59 Color: | 59 Color: |
60 rgba: 1, 1, 1, 0.8 | 60 rgba: 1, 1, 1, 0.8 |
61 Line | 61 Line |
62 points: 0, dp(10), self.width, dp(10) | 62 points: 0, self.y + dp(10), self.width, self.y + dp(10) |
63 width: dp(3) | 63 width: dp(3) |
64 | 64 |
65 | 65 |
66 <ListWidgetItem>: | 66 <ListWidgetItem>: |
67 size_hint_y: None | 67 size_hint_y: None |