From 986f2c14abad1b7a0663439bddee4e73d59dbd1a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 18 Jun 2024 11:01:18 +0300 Subject: Make scale use FloatOrInt --- resources/default-config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index ad612d2c..469517da 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -66,7 +66,7 @@ input { mode "1920x1080@120.030" // You can use integer or fractional scale, for example use 1.5 for 150% scale. - scale 2.0 + scale 2 // Transform allows to rotate the output counter-clockwise, valid values are: // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. -- cgit