From d951b23c33339a33768f552d6b9a0b1b7a201324 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 24 Feb 2021 15:29:36 +0100 Subject: [PATCH] add X5px font sizes --- node.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/node.json b/node.json index 7b813eb..ac6f6c0 100644 --- a/node.json +++ b/node.json @@ -45,9 +45,13 @@ "hint": "Font size of Host and Service name. Will be reduced to half screen width, if needed.", "options": [ [20, "20px"], + [25, "25px"], [30, "30px"], + [35, "35px"], [40, "40px"], + [45, "45px"], [50, "50px"], + [55, "55px"], [60, "60px"] ] }, { @@ -59,8 +63,11 @@ "hint": "Font size of Check Output.", "options": [ [10, "10px"], + [15, "15px"], [20, "20px"], + [25, "25px"], [30, "30px"], + [35, "35px"], [40, "40px"] ] }, {