From df943ec8b571eb4939032fbe5652c261f0efa981 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 12 Jan 2026 16:28:18 +0100 Subject: [PATCH] Change DashletBadge preferred height --- application/dashlet.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/dashlet.class.inc.php b/application/dashlet.class.inc.php index f008344a7..a0fdf85ce 100644 --- a/application/dashlet.class.inc.php +++ b/application/dashlet.class.inc.php @@ -2391,7 +2391,7 @@ HTML; 'min_height' => 1, 'min_width' => 2, 'preferred_width' => 2, - 'preferred_height' => 2, + 'preferred_height' => 1, ]; } }