fix order of ScreenLayoutType

This commit is contained in:
Nadia Holmquist Pedersen 2024-11-19 00:57:53 +01:00
parent 13096f9fdc
commit 1b3f4664d8
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@
enum ScreenLayoutType
{
screenLayout_Natural, // top screen above bottom screen always
screenLayout_Horizontal,
screenLayout_Vertical,
screenLayout_Horizontal,
screenLayout_Hybrid,
screenLayout_MAX,
};