From fb6c1dbae0bfe400b9f8371144910deff0c20404 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Mon, 26 Sep 2022 22:31:42 +0200 Subject: [PATCH] fix: popover margin and add authohide (#406) --- data/ui/option.blp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/ui/option.blp b/data/ui/option.blp index 7648989e..e22338ea 100644 --- a/data/ui/option.blp +++ b/data/ui/option.blp @@ -47,7 +47,10 @@ template GradienceOption : Adw.ActionRow { } Popover warning-popover { + autohide: true; Label warning-label { + margin-top: 10; + margin-bottom: 10; max-width-chars: 50; wrap: true; justify: center; @@ -55,9 +58,12 @@ Popover warning-popover { } Popover explanation-popover { + autohide: true; Label explanation-label { + margin-top: 10; + margin-bottom: 10; max-width-chars: 50; wrap: true; justify: center; } -} \ No newline at end of file +}