Added option to disable propagation on direct delivery failure. Updated keyboard shortcuts.
This commit is contained in:
parent
8ed721445e
commit
b076c0b7c5
|
@ -698,7 +698,7 @@ Builder.load_string("""
|
||||||
style: "outlined"
|
style: "outlined"
|
||||||
elevation: 2
|
elevation: 2
|
||||||
padding: dp(8)
|
padding: dp(8)
|
||||||
radius: [dp(5), dp(5), dp(5), dp(5)]
|
radius: [dp(4), dp(4), dp(4), dp(4)]
|
||||||
size_hint: 1.0, None
|
size_hint: 1.0, None
|
||||||
height: content_text.height + heading_text.height + dp(32)
|
height: content_text.height + heading_text.height + dp(32)
|
||||||
pos_hint: {"center_x": .5, "center_y": .5}
|
pos_hint: {"center_x": .5, "center_y": .5}
|
||||||
|
|
Loading…
Reference in New Issue