Added center orientation to master layout (#1642)
* Added center orientation to master layout to improve experience on ultra widescreen monitors. * Added support for orientationcenter layout message for master layout * Added ability to optionally always center master window when in centered master mode.
This commit is contained in:
parent
2e21ad875b
commit
492f36f7df
3 changed files with 98 additions and 14 deletions
|
|
@ -14,7 +14,8 @@ enum eOrientation : uint8_t
|
|||
ORIENTATION_LEFT = 0,
|
||||
ORIENTATION_TOP,
|
||||
ORIENTATION_RIGHT,
|
||||
ORIENTATION_BOTTOM
|
||||
ORIENTATION_BOTTOM,
|
||||
ORIENTATION_CENTER
|
||||
};
|
||||
|
||||
struct SMasterNodeData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue