mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-02 22:28:14 +00:00
[idd] helper: add mode edit labels
This commit is contained in:
@@ -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));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user