From c6bb871b7f7933f2fe3866039204a5b6a1d247ca Mon Sep 17 00:00:00 2001 From: Raymundo Cassani Date: Wed, 27 May 2020 19:38:53 -0400 Subject: [PATCH] Scale factor as a scale control --- files/system-monitor-graph@rcassani/settings-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/system-monitor-graph@rcassani/settings-schema.json b/files/system-monitor-graph@rcassani/settings-schema.json index fb4015f..a20b81b 100644 --- a/files/system-monitor-graph@rcassani/settings-schema.json +++ b/files/system-monitor-graph@rcassani/settings-schema.json @@ -97,10 +97,10 @@ "description": "Number of vertical lines in the grid" }, "scale-size": { - "type": "spinbutton", + "type": "scale", "default": 1, "min": 0.5, - "max": 3, + "max": 5, "step": 0.1, "description": "Scale factor for desklet size (1 = 330x120 px)" }