Index: ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.vb =================================================================== diff -u -r1787 -r1807 --- ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.vb (.../ProductiePitchingForm.vb) (revision 1787) +++ ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.vb (.../ProductiePitchingForm.vb) (revision 1807) @@ -19,7 +19,6 @@ ForeColor = Color.Black 'Update size and set center position. Size = New System.Drawing.Size(ConfigsLoader.AppWidth, ConfigsLoader.AppHeight) - StartPosition = FormStartPosition.CenterScreen 'Set the title name of the form from the config. Text = $"Productie pitching - {ConfigsLoader.AppName}" GridLabel.Text = ConfigsLoader.AppName @@ -43,6 +42,7 @@ MessageBox.Show(ex.Message, "An error occured...", MessageBoxButtons.OK, MessageBoxIcon.Error) Application.Exit() End Try + Me.Location = New Point(-7, 0) '??? End Sub Private Sub PauseActivitiesFromApp() @@ -56,7 +56,7 @@ 'Check if refresh was successful. If allSuccessfulRefresh Then 'Update latest refresh time label with current time. - RefreshTimeLabel.Text = TimeOfDay.ToString("HH:mm") + RefreshTimeLabel.Text = TimeOfDay.ToString("HH:mm:ss") RefreshFailedLabel.Visible = False Else RefreshFailedLabel.Visible = True @@ -83,6 +83,7 @@ 'Set other parameters. With userControl .Size = New System.Drawing.Size(ConfigsLoader.GridWidths(gridNumber), ConfigsLoader.GridHeights(gridNumber)) + .GridRowHeight = ConfigsLoader.GridRowHeight(gridNumber) End With 'Add to list of user controls.