Skip to content

Commit

Permalink
make the continue button wider
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Apr 9, 2024
1 parent 7a35c43 commit f9bc593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlanningCenter to OPS/SelectSongs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f9bc593

Please sign in to comment.