From 371ffad09fc0fb6dc30b224787c3ef0f5b9c1f1a Mon Sep 17 00:00:00 2001 From: OlivierDubois Date: Tue, 5 Dec 2023 19:19:55 -0500 Subject: [PATCH] ytytuyty --- src/main/java/frc/robot/RobotContainer.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/frc/robot/RobotContainer.java b/src/main/java/frc/robot/RobotContainer.java index 7e86879..6e82785 100644 --- a/src/main/java/frc/robot/RobotContainer.java +++ b/src/main/java/frc/robot/RobotContainer.java @@ -40,8 +40,7 @@ public class RobotContainer { ShuffleboardLayout forces = Shuffleboard.getTab("Dashboard") .getLayout("forces", BuiltInLayouts.kList) .withSize(1, 7) - .withPosition(1, 0) - .withSize(1, 7); + .withPosition(1, 0); GenericEntry force1 = forces.add("Force1", 2).getEntry(); GenericEntry force2 = forces.add("Force2", 4).getEntry();