Skip to content

Commit

Permalink
fix order of ScreenLayoutType
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed Nov 18, 2024
1 parent 13096f9 commit 1b3f466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/ScreenLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
enum ScreenLayoutType
{
screenLayout_Natural, // top screen above bottom screen always
screenLayout_Horizontal,
screenLayout_Vertical,
screenLayout_Horizontal,
screenLayout_Hybrid,
screenLayout_MAX,
};
Expand Down

0 comments on commit 1b3f466

Please sign in to comment.