Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 36cc0754d119
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4745aedf2df4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 15, 2021

  1. Copy the full SHA
    cff5c23 View commit details
  2. Merge pull request #3096 from eggrobin/2909

    Widen the mission duration label
    eggrobin authored Aug 15, 2021
    Copy the full SHA
    4745aed View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 ksp_plugin_adapter/orbit_analyser.cs
2 changes: 1 addition & 1 deletion ksp_plugin_adapter/orbit_analyser.cs
Original file line number Diff line number Diff line change
@@ -605,7 +605,7 @@ private void LabeledField(string label, string value) {
max_value : double.PositiveInfinity,
formatter : Formatters.FormatMissionDuration,
parser : Formatters.TryParseMissionDuration,
label_width : 2,
label_width : 3,
field_width : 5) {
value = 7 * 24 * 60 * 60
};