Added resizing individual master windows
This commit is contained in:
parent
f41fe59cb6
commit
34b145ee65
2 changed files with 42 additions and 16 deletions
|
|
@ -15,6 +15,8 @@ struct SMasterNodeData {
|
|||
Vector2D position;
|
||||
Vector2D size;
|
||||
|
||||
float percSize = 1.f; // size multiplier for resizing children
|
||||
|
||||
int workspaceID = -1;
|
||||
|
||||
bool operator==(const SMasterNodeData& rhs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue