From ef8b55609f49098a1a933ae01e5fc115b7b84d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20W=C3=BCrtele?= Date: Thu, 21 Mar 2024 07:29:51 +0100 Subject: [PATCH] Improve annex_action default style (set a min y sep) --- annexlang/styles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annexlang/styles.py b/annexlang/styles.py index ada4845..4a8efb1 100644 --- a/annexlang/styles.py +++ b/annexlang/styles.py @@ -60,7 +60,7 @@ class StyleDefault(AnnexStyle): annex_xhr_response/.style={-Latex[open],line,draw=blue}, annex_websocket/.style={-Latex,draw=red}, annex_postmessage/.style={->,line,dashed,draw=red}, - annex_action/.style={fill=white,inner sep=0ex,minimum height=1.5em}, + annex_action/.style={fill=white,inner sep=0ex,inner ysep=1pt,minimum height=1.5em}, annex_open_window/.style={->,line,dashed}, annex_script_action_box/.style={annex_action,anchor=center}, annex_script_action_arrow/.style={->,line},