Skip to content

Commit

Permalink
revert previous change
Browse files Browse the repository at this point in the history
just increases the size of the simulation config box, not the tooltip
  • Loading branch information
Clayell authored Feb 7, 2025
1 parent 96e6fb5 commit 590a229
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 entered value. Otherwise the date and time will be set to the entered value."), GUILayout.Width(300));
_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 590a229

Please sign in to comment.