diff --git a/src/AcDream.Plugins.MossTank/mosstank.xml b/src/AcDream.Plugins.MossTank/mosstank.xml index 55c792d9e..f864e2b9c 100644 --- a/src/AcDream.Plugins.MossTank/mosstank.xml +++ b/src/AcDream.Plugins.MossTank/mosstank.xml @@ -192,18 +192,37 @@ per-family Delete 530->546) — see the panel-level comment for why (fixes "Enable Auto-Navigation" running into its dropdown). Every gap between these columns is preserved exactly (a translation, not a - scale). --> + scale). + + Fix round B item 4 (owner: "CopyTo" caption overflows its button): + measured against the real installed DAT font 0x40000000's own + per-glyph pen-advance (HorizontalOffsetBefore+Width+HorizontalOffsetAfter, + the formula UiDatFont.GlyphAdvance uses — AcDream.Cli's temporary + measure-text-temp verb), "CopyTo" is 42px wide against a declared + 40px button — a 2px overflow UiSimpleButton's centered, unclipped + caption draws split evenly past both edges. CopyTo/New widens + 296->306 (x, +10 gap preserved) and 40->50 (w, fits 42px with an 8px + margin); every column after it shifts +10 to preserve every original + gap (Clear-as-button 346->366, Mine-only 456->476, the aligned Delete + column 546/456/346/346->566 for all four rows, Show Editor 456->652). + The four "Delete" buttons (DeleteProfile/DeleteRouteProfile/ + DeleteLootProfile/DeleteMetaProfile) previously sat at four different + x's because each row has a different control count before it (Macro + has Clear+Mine-only, Nav has only Clear, Loot has New+Delete+Show + Editor, Meta has only CopyTo) — they now share one column (x=566), + leaving a wider gap on the shorter rows rather than four columns + that don't line up. -->