From 44686f99296bbc0044b7d7a27a2b0df3b5751f1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi
Date: Sun, 8 Nov 2020 14:55:16 +0200
Subject: [PATCH 1/1] UI tweak
src/ui/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ui/util.c b/src/ui/util.c
index ec0d904d..ae3ddb18 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -1229,7 +1229,7 @@ iWidget *makeIdentityCreation_Widget(void) {
addChildFlags_Widget(
tmpGroup,
iClob(new_LabelWidget(uiTextCaution_ColorEscape "\u26a0 not saved to disk", NULL)),
hidden_WidgetFlag),
hidden_WidgetFlag | frameless_WidgetFlag),
"ident.temp.note");
addChild_Widget(values, iClob(tmpGroup));
}
--
2.25.1
text/plain
This content has been proxied by September (3851b).