changeset 245:d535446fdf45

xmlui: fixed divider drawing
author Goffi <goffi@goffi.org>
date Thu, 03 Jan 2019 20:44:07 +0100
parents 5bd94bc08f5c
children 15e47bbb192c
files cagou/kv/xmlui.kv
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/kv/xmlui.kv	Thu Jan 03 20:38:46 2019 +0100
+++ b/cagou/kv/xmlui.kv	Thu Jan 03 20:44:07 2019 +0100
@@ -59,7 +59,7 @@
         Color:
             rgba: 1, 1, 1, 0.8
         Line
-            points: 0, dp(10), self.width, dp(10)
+            points: 0, self.y + dp(10), self.width, self.y + dp(10)
             width: dp(3)