From 1b3f4664d871c54e2ca9fb6144bfb35eccff9081 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Tue, 19 Nov 2024 00:57:53 +0100 Subject: [PATCH] fix order of ScreenLayoutType --- src/frontend/ScreenLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/ScreenLayout.h b/src/frontend/ScreenLayout.h index 7b69bd40..a813127d 100644 --- a/src/frontend/ScreenLayout.h +++ b/src/frontend/ScreenLayout.h @@ -22,8 +22,8 @@ enum ScreenLayoutType { screenLayout_Natural, // top screen above bottom screen always - screenLayout_Horizontal, screenLayout_Vertical, + screenLayout_Horizontal, screenLayout_Hybrid, screenLayout_MAX, };