From f9bc593879a1f487a6bf61207fcbbba32faa45aa Mon Sep 17 00:00:00 2001 From: zefanja jobse Date: Tue, 9 Apr 2024 22:15:53 +0200 Subject: [PATCH] make the continue button wider --- PlanningCenter to OPS/SelectSongs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);