avoid android layout order
This commit is contained in:
parent
244b6e7d91
commit
c60b0d39c2
1 changed files with 1 additions and 1 deletions
|
@ -34,8 +34,8 @@ enum class LayoutOption : u32 {
|
||||||
SideScreen,
|
SideScreen,
|
||||||
#ifndef ANDROID
|
#ifndef ANDROID
|
||||||
SeparateWindows,
|
SeparateWindows,
|
||||||
#endif
|
|
||||||
CustomLayout,
|
CustomLayout,
|
||||||
|
#endif
|
||||||
// Similiar to default, but better for mobile devices in portrait mode. Top screen in clamped to
|
// Similiar to default, but better for mobile devices in portrait mode. Top screen in clamped to
|
||||||
// the top of the frame, and the bottom screen is enlarged to match the top screen.
|
// the top of the frame, and the bottom screen is enlarged to match the top screen.
|
||||||
MobilePortrait,
|
MobilePortrait,
|
||||||
|
|
Loading…
Reference in a new issue