fix ETA label anchor

This commit is contained in:
Robert McRackan 2021-06-29 12:01:29 -04:00
parent 83cb580db7
commit dc8cea5355

View File

@ -80,6 +80,7 @@
// //
// remainingTimeLbl // remainingTimeLbl
// //
this.remainingTimeLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.remainingTimeLbl.Location = new System.Drawing.Point(632, 607); this.remainingTimeLbl.Location = new System.Drawing.Point(632, 607);
this.remainingTimeLbl.Name = "remainingTimeLbl"; this.remainingTimeLbl.Name = "remainingTimeLbl";
this.remainingTimeLbl.Size = new System.Drawing.Size(60, 31); this.remainingTimeLbl.Size = new System.Drawing.Size(60, 31);