From 1d1357fddd442199b6a3b6a5d9a3d94ca6cfa0ae Mon Sep 17 00:00:00 2001 From: kirchsth Date: Sat, 27 Jan 2024 16:49:03 +0100 Subject: [PATCH] fix: SHOW_FLOATING_LEGEND() uses small details as default too --- C4.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4.puml b/C4.puml index ba361ac..700e149 100644 --- a/C4.puml +++ b/C4.puml @@ -1274,7 +1274,7 @@ SHOW_LEGEND($hideStereotype) !endfunction ' enables that legend can be located in drawing area of the diagram. It has to be last call in diagram followed by Lay_Distance() -!unquoted procedure SHOW_FLOATING_LEGEND($alias=LEGEND(), $hideStereotype="true", $details=Normal()) +!unquoted procedure SHOW_FLOATING_LEGEND($alias=LEGEND(), $hideStereotype="true", $details=Small()) $getLegendArea($alias, $hideStereotype, $details) !endprocedure