Mercurial > libervia-desktop-kivy
comparison cagou/kv/dialog.kv @ 226:1abd9d694e67
dialog: added some padding in ConfirmDialog
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 27 Jun 2018 22:23:46 +0200 |
parents | dbd2274fc78b |
children | 50f7c000b4ae |
comparison
equal
deleted
inserted
replaced
225:a3162b29cda1 | 226:1abd9d694e67 |
---|---|
28 Label: | 28 Label: |
29 size_hint: 1, None | 29 size_hint: 1, None |
30 text_size: root.width, None | 30 text_size: root.width, None |
31 size: self.texture_size | 31 size: self.texture_size |
32 font_size: sp(20) | 32 font_size: sp(20) |
33 padding: dp(5), dp(5) | 33 padding: dp(5), dp(10) |
34 color: 1, 1, 1, 1 | 34 color: 1, 1, 1, 1 |
35 text: root.title | 35 text: root.title |
36 halign: "center" | 36 halign: "center" |
37 italic: True | 37 italic: True |
38 bold: True | 38 bold: True |
39 Label: | 39 Label: |
40 text: root.message | 40 text: root.message |
41 text_size: root.width, None | 41 text_size: root.width, None |
42 size: self.texture_size | 42 size: self.texture_size |
43 padding: dp(25), 0 | |
43 font_size: sp(20) | 44 font_size: sp(20) |
44 color: 1, 1, 1, 1 | 45 color: 1, 1, 1, 1 |
45 Button: | 46 Button: |
46 size_hint: 1, None | 47 size_hint: 1, None |
47 height: dp(50) | 48 height: dp(50) |