From eb7481a5dbc9e96ee1bf76131f5ef6951ad917ca Mon Sep 17 00:00:00 2001 From: rycee Date: Thu, 11 Sep 2025 08:17:21 +0000 Subject: [PATCH] deploy: b7112b12ea5b8c3aa6af344498ed9ca27dd03ba3 --- options.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options.xhtml b/options.xhtml index 4b2104419..1f9f8db72 100644 --- a/options.xhtml +++ b/options.xhtml @@ -86944,9 +86944,9 @@ attribute set of attribute set of (string or boolean or signed integer or list o

Example:

{
   global = {
-    width = 300;
-    height = 300;
-    offset = "30x50";
+    width = "(200,300)";
+    height = "(0,150)";
+    offset = "(30,50)";
     origin = "top-right";
     transparency = 10;
     frame_color = "#eceff1";