From c6c56ffaee07770d81367ccb8b418d1f522e24dd Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Mon, 16 Feb 2026 14:27:41 -0700 Subject: [PATCH] feat: default offset margin to relative (+0x) mode --- src/editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.h b/src/editor.h index cd31b9d..c21f480 100644 --- a/src/editor.h +++ b/src/editor.h @@ -78,7 +78,7 @@ private: LayoutInfo m_layout; // cached from ComposeResult // ── Toggle: absolute vs relative offset margin - bool m_relativeOffsets = false; + bool m_relativeOffsets = true; int m_marginStyleBase = -1; int m_hintLine = -1;