Fixed another regression (release notes placeholder not being centered on launch)
This commit is contained in:
1
MainForm.Designer.cs
generated
1
MainForm.Designer.cs
generated
@@ -349,6 +349,7 @@ namespace AndroidSideloader
|
|||||||
this.notesRichTextBox.ShowSelectionMargin = true;
|
this.notesRichTextBox.ShowSelectionMargin = true;
|
||||||
this.notesRichTextBox.Size = new System.Drawing.Size(265, 192);
|
this.notesRichTextBox.Size = new System.Drawing.Size(265, 192);
|
||||||
this.notesRichTextBox.TabIndex = 10;
|
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.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);
|
this.notesRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.notesRichTextBox_LinkClicked);
|
||||||
|
|||||||
Reference in New Issue
Block a user