This commit is contained in:
RadioMull 2023-10-11 02:36:17 -04:00 committed by Debug
parent 63864a0fc8
commit 663ba72f50
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public sealed class ListContainerTest : RobustUnitTest
{ {
/* /*
* 6 items * 10 height + 5 separation * 3 height = 75 * 6 items * 10 height + 5 separation * 3 height = 75
* One items should be off the render * One item should be off the render
* 0 13 26 39 52 65 | 75 height * 0 13 26 39 52 65 | 75 height
*/ */
var root = new Control { MinSize = new Vector2(50, 60) }; var root = new Control { MinSize = new Vector2(50, 60) };