From 82fc8c06f074a5905a62ddf46c52783a018e2c2b Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 26 Oct 2023 15:23:25 +0200 Subject: [PATCH] Cleanup --- sbapp/ui/messages.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbapp/ui/messages.py b/sbapp/ui/messages.py index 0cad39d..ff67e5e 100644 --- a/sbapp/ui/messages.py +++ b/sbapp/ui/messages.py @@ -696,9 +696,8 @@ MDScreen: Builder.load_string(""" : style: "outlined" - elevation: 2 padding: dp(8) - radius: [dp(4), dp(4), dp(4), dp(4)] + radius: dp(4) size_hint: 1.0, None height: content_text.height + heading_text.height + dp(32) pos_hint: {"center_x": .5, "center_y": .5}