mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Spelling: ... common (#3781)
* spelling: alignment * spelling: awareness * spelling: background * spelling: bottom * spelling: buttons * spelling: comparison * spelling: cortana * spelling: exiting * spelling: initialization * spelling: middle * spelling: properly * spelling: succeeded * spelling: unknown
This commit is contained in:
@@ -20,7 +20,7 @@ struct ScreenSize
|
||||
POINT middle() const { return { rect.left + width() / 2, rect.top + height() / 2 }; };
|
||||
POINT middle_right() const { return { rect.right, rect.top + height() / 2 }; };
|
||||
POINT bottom_left() const { return { rect.left, rect.bottom }; };
|
||||
POINT bottm_midle() const { return { rect.left + width() / 2, rect.bottom }; };
|
||||
POINT bottom_middle() const { return { rect.left + width() / 2, rect.bottom }; };
|
||||
POINT bottom_right() const { return { rect.right, rect.bottom }; };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user