fix order of ScreenLayoutType
This commit is contained in:
parent
13096f9fdc
commit
1b3f4664d8
|
@ -22,8 +22,8 @@
|
|||
enum ScreenLayoutType
|
||||
{
|
||||
screenLayout_Natural, // top screen above bottom screen always
|
||||
screenLayout_Horizontal,
|
||||
screenLayout_Vertical,
|
||||
screenLayout_Horizontal,
|
||||
screenLayout_Hybrid,
|
||||
screenLayout_MAX,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue