diff --git a/PlanningCenter to OPS/SelectSongs.cs b/PlanningCenter to OPS/SelectSongs.cs index 3d9701e..2528842 100644 --- a/PlanningCenter to OPS/SelectSongs.cs +++ b/PlanningCenter to OPS/SelectSongs.cs @@ -83,7 +83,7 @@ private void SelectSongs_Load(object sender, EventArgs e) ContinueButton.Text = "Doorgaan"; ContinueButton.Left = DrawFormItems.StartX; ContinueButton.Top = DrawFormItems.StartY - 5; - ContinueButton.Width = 400; + ContinueButton.Width = 492; ContinueButton.Height = 25; ContinueButton.Click += ContinueButton_Click; this.Controls.Add(ContinueButton);