UI: Fix scenes only multiview label position

This commit is contained in:
Norihiro Kamae
2023-07-07 16:38:52 -07:00
committed by Lain
parent 46525f5175
commit 65e35bec7d
+6 -3
View File
@@ -192,13 +192,16 @@ static inline uint32_t labelOffset(MultiviewLayout multiviewLayout,
n = 6;
break;
case MultiviewLayout::SCENES_ONLY_25_SCENES:
n = 5;
n = 10;
break;
case MultiviewLayout::SCENES_ONLY_16_SCENES:
n = 8;
break;
case MultiviewLayout::SCENES_ONLY_9_SCENES:
n = 3;
n = 6;
break;
case MultiviewLayout::SCENES_ONLY_4_SCENES:
n = 2;
n = 4;
break;
default:
n = 4;