From 404ac476a213164a041f0f53be30855df815aa6a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 9 Feb 2022 03:19:18 +0100 Subject: Add spacing_scale config to allow changing ui spacing --- example-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index cade9dd..72cfffe 100644 --- a/example-config.json +++ b/example-config.json @@ -25,5 +25,6 @@ "use_system_mpv_config": false, "theme": "default", "scale": 1.0, - "font_scale": 1.0 + "font_scale": 1.0, + "spacing_scale": 1.0 } \ No newline at end of file -- cgit v1.2.3