From b076c0b7c59fc1a8bcd807d4ac4a9b7a83030d8a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 26 Oct 2023 13:44:03 +0200 Subject: [PATCH] Added option to disable propagation on direct delivery failure. Updated keyboard shortcuts. --- sbapp/ui/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/ui/messages.py b/sbapp/ui/messages.py index 3ded713..0cad39d 100644 --- a/sbapp/ui/messages.py +++ b/sbapp/ui/messages.py @@ -698,7 +698,7 @@ Builder.load_string(""" style: "outlined" elevation: 2 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 height: content_text.height + heading_text.height + dp(32) pos_hint: {"center_x": .5, "center_y": .5}