[idd] helper: add mode edit labels

This commit is contained in:
Quantum
2025-10-04 03:12:22 -04:00
committed by Geoffrey McRae
parent 1d7cb35de8
commit 569619384c
3 changed files with 21 additions and 2 deletions

View File

@@ -44,4 +44,9 @@ public:
{
move(child, scale(x), scale(y), scale(cx), height - scale(y + by));
}
void pinBottomLeft(HWND child, int x, int by, int cx, int cy)
{
move(child, scale(x), height - scale(by + cy), scale(cx), scale(cy));
}
};