mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
feat: default offset margin to relative (+0x) mode
This commit is contained in:
@@ -78,7 +78,7 @@ private:
|
|||||||
LayoutInfo m_layout; // cached from ComposeResult
|
LayoutInfo m_layout; // cached from ComposeResult
|
||||||
|
|
||||||
// ── Toggle: absolute vs relative offset margin
|
// ── Toggle: absolute vs relative offset margin
|
||||||
bool m_relativeOffsets = false;
|
bool m_relativeOffsets = true;
|
||||||
|
|
||||||
int m_marginStyleBase = -1;
|
int m_marginStyleBase = -1;
|
||||||
int m_hintLine = -1;
|
int m_hintLine = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user