From 705f618eb525c346f5c69704860a8a795a342301 Mon Sep 17 00:00:00 2001 From: spherallic Date: Mon, 11 Sep 2023 02:42:03 +0200 Subject: [PATCH] Specify that executor delay is in tics --- Source/Core/Windows/LinedefEditFormSRB2.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Windows/LinedefEditFormSRB2.Designer.cs b/Source/Core/Windows/LinedefEditFormSRB2.Designer.cs index 0ab12344..81200e01 100644 --- a/Source/Core/Windows/LinedefEditFormSRB2.Designer.cs +++ b/Source/Core/Windows/LinedefEditFormSRB2.Designer.cs @@ -200,11 +200,11 @@ namespace CodeImp.DoomBuilder.Windows // executordelaylabel // executordelaylabel.AutoSize = true; - executordelaylabel.Location = new System.Drawing.Point(59, 229); + executordelaylabel.Location = new System.Drawing.Point(39, 229); executordelaylabel.Name = "executordelaylabel"; executordelaylabel.Size = new System.Drawing.Size(80, 13); executordelaylabel.TabIndex = 71; - executordelaylabel.Text = "Executor delay:"; + executordelaylabel.Text = "Executor delay (tics):"; // // labelRepeatcntFront //