Fix example config

This commit is contained in:
Kirottu
2023-07-04 19:33:43 +03:00
parent 49a43c4a9b
commit 129dbdee3e

View File

@@ -1,5 +1,5 @@
Config( 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 // 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 // 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