Skip to content

Commit

Permalink
cut tip text down, as it was overrunning the box
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayell authored Feb 7, 2025
1 parent ef2bf58 commit 69ebcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RP0/UI/KCT/GUI_Simulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public static void DrawSimulationConfigure(int windowID)
GUILayout.BeginHorizontal();
GUILayout.Label("Time: ");
_UTString = GUILayout.TextField(_UTString, GUILayout.Width(110));
_fromCurrentUT = GUILayout.Toggle(_fromCurrentUT, new GUIContent(" From Now", "If selected the game will warp forwards by the amount of time entered onto the field. Otherwise the date and time will be set to entered value."));
_fromCurrentUT = GUILayout.Toggle(_fromCurrentUT, new GUIContent(" From Now", "If selected the game will warp forwards by the entered value. Otherwise the date and time will be set to the entered value."));
GUILayout.EndHorizontal();
if (_fromCurrentUT)
{
Expand Down

0 comments on commit 69ebcd8

Please sign in to comment.