From 7186e6904c1c16133237cecc0af5cf567a6ec3d4 Mon Sep 17 00:00:00 2001 From: BytingBulldogs3539 Date: Sun, 21 Jan 2024 20:52:25 -0500 Subject: [PATCH] Fix Last Upload Resize Issue --- .../Motion-Profile-Mapper/Forms/ConfigurationView.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Motion-Profile-Mapper/Motion-Profile-Mapper/Forms/ConfigurationView.Designer.cs b/Motion-Profile-Mapper/Motion-Profile-Mapper/Forms/ConfigurationView.Designer.cs index 42acd53..a18488f 100644 --- a/Motion-Profile-Mapper/Motion-Profile-Mapper/Forms/ConfigurationView.Designer.cs +++ b/Motion-Profile-Mapper/Motion-Profile-Mapper/Forms/ConfigurationView.Designer.cs @@ -350,6 +350,7 @@ private void InitializeComponent() // // timeSinceUpload // + this.timeSinceUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.timeSinceUpload.Location = new System.Drawing.Point(12, 630); this.timeSinceUpload.Name = "timeSinceUpload"; this.timeSinceUpload.Size = new System.Drawing.Size(276, 23);