From 129dbdee3ea5ae208d14e03c24cce5595ae031e4 Mon Sep 17 00:00:00 2001 From: Kirottu Date: Tue, 4 Jul 2023 19:33:43 +0300 Subject: [PATCH] Fix example config --- examples/config.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config.ron b/examples/config.ron index 7975469..c518604 100644 --- a/examples/config.ron +++ b/examples/config.ron @@ -1,5 +1,5 @@ Config( - // `width` and `vertical_offset` use an enum for the value it can be either: + // Position/size fields use an enum for the value, it can be either: // Absolute(n): The absolute value in pixels // Fraction(n): A fraction of the width or height of the full screen (depends on exclusive zones and the settings related to them) window respectively