Skip to content

Commit

Permalink
fix EC unit
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell authored Oct 25, 2023
1 parent 724b7f2 commit d1caa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RP0/UI/ProceduralAvionicsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private void WindowFunction(int windowID)
GUILayout.BeginHorizontal(GUILayout.Width(250));
GUILayout.Label("EC amount: ", HighLogic.Skin.label, GUILayout.Width(150));
_sECAmount = GUILayout.TextField(_sECAmount, HighLogic.Skin.textField);
GUILayout.Label("J", HighLogic.Skin.label);
GUILayout.Label("kJ", HighLogic.Skin.label);
GUILayout.EndHorizontal();

GUILayout.BeginHorizontal(GUILayout.MaxWidth(50));
Expand Down

0 comments on commit d1caa56

Please sign in to comment.