Skip to content

Commit

Permalink
Remove 25th channel from PDP widget (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlight220 authored Feb 16, 2023
1 parent 6f9061a commit bb5c1b6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ public class PowerDistributionPanelWidget extends SimpleAnnotatedWidget<PowerDis
@FXML
private LinearIndicator channel23;
@FXML
private LinearIndicator channel24;
@FXML
private LinearIndicator voltage;
@FXML
private LinearIndicator totalCurrent;
Expand Down Expand Up @@ -123,8 +121,7 @@ private void initialize() {
channel20,
channel21,
channel22,
channel23,
channel24
channel23
};

imageView.fitHeightProperty().bind(root.heightProperty().multiply(0.6));
Expand Down

0 comments on commit bb5c1b6

Please sign in to comment.