Browse Source

UI: Fix scenes only multiview label position

Norihiro Kamae 2 years ago
parent
commit
65e35bec7d
1 changed files with 6 additions and 3 deletions
  1. 6 3
      UI/multiview.cpp

+ 6 - 3
UI/multiview.cpp

@@ -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;