We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0b671 commit b23d762Copy full SHA for b23d762
1 file changed
src/test/java/com/cleanroommc/modularui/SizerTest.java
@@ -17,6 +17,7 @@ public class SizerTest {
17
18
@Test
19
void test() {
20
+ Bootstrap.perform();
21
ModularPanel panel = panel().child(new ButtonWidget<>().center());
22
testPanel(panel);
23
assertArea(panel.getArea(), W / 2 - 176 / 2, H / 2 - 166 / 2, 176, 166);
0 commit comments