Fixed another regression (release notes placeholder not being centered on launch)

This commit is contained in:
jp64k
2026-02-04 04:35:27 +01:00
parent 3e3a452ceb
commit 3bae614d7e

1
MainForm.Designer.cs generated
View File

@@ -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);