You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fisher/Form1.cs
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,10 @@ public Form1() {
80
80
backgroundThread.WorkerReportsProgress=true;
81
81
backgroundThread.WorkerSupportsCancellation=true;
82
82
83
+
this.Size=newSize(375,350);
84
+
85
+
rodTimerDebugToolTip.SetToolTip(rodTimerDebug,"Use this to adjust fishing timer to get a better catch result.\nAdd/subtract milliseconds (you shouldn't have to change more than 10 milliseconds)\ndepending on if you are stopping before the max value or going past the max.");
0 commit comments