From 3bae614d7e7ba5eae9454dbbf1cf4414768516d7 Mon Sep 17 00:00:00 2001 From: jp64k <122999544+jp64k@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:35:27 +0100 Subject: [PATCH] Fixed another regression (release notes placeholder not being centered on launch) --- MainForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index 8bd915e..68d4d31 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -349,6 +349,7 @@ namespace AndroidSideloader this.notesRichTextBox.ShowSelectionMargin = true; this.notesRichTextBox.Size = new System.Drawing.Size(265, 192); this.notesRichTextBox.TabIndex = 10; + this.notesRichTextBox.SelectionAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.notesRichTextBox.Text = "\n\n\n\n\nTip: Press F1 to see all shortcuts\n\nDrag and drop APKs or folders to install" + ""; this.notesRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.notesRichTextBox_LinkClicked);