mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-14 20:34:08 +02:00
Disable UseMnemonic on PluginControl labels to allow single ampersands
This commit is contained in:
parent
8f6be3911a
commit
7047924947
5
Plugins/Controls/PluginControl.Designer.cs
generated
5
Plugins/Controls/PluginControl.Designer.cs
generated
@ -56,6 +56,7 @@ private void InitializeComponent() {
|
||||
this.labelName.Size = new System.Drawing.Size(61, 24);
|
||||
this.labelName.TabIndex = 1;
|
||||
this.labelName.Text = "Name";
|
||||
this.labelName.UseMnemonic = false;
|
||||
//
|
||||
// panelDescription
|
||||
//
|
||||
@ -81,6 +82,7 @@ private void InitializeComponent() {
|
||||
this.labelDescription.Size = new System.Drawing.Size(13, 39);
|
||||
this.labelDescription.TabIndex = 3;
|
||||
this.labelDescription.Text = "a\r\nb\r\nc";
|
||||
this.labelDescription.UseMnemonic = false;
|
||||
//
|
||||
// labelAuthor
|
||||
//
|
||||
@ -91,6 +93,7 @@ private void InitializeComponent() {
|
||||
this.labelAuthor.Size = new System.Drawing.Size(38, 13);
|
||||
this.labelAuthor.TabIndex = 3;
|
||||
this.labelAuthor.Text = "Author";
|
||||
this.labelAuthor.UseMnemonic = false;
|
||||
//
|
||||
// flowLayoutInfo
|
||||
//
|
||||
@ -115,6 +118,7 @@ private void InitializeComponent() {
|
||||
this.labelWebsite.Size = new System.Drawing.Size(46, 13);
|
||||
this.labelWebsite.TabIndex = 5;
|
||||
this.labelWebsite.Text = "Website";
|
||||
this.labelWebsite.UseMnemonic = false;
|
||||
this.labelWebsite.Click += new System.EventHandler(this.labelWebsite_Click);
|
||||
//
|
||||
// labelVersion
|
||||
@ -128,6 +132,7 @@ private void InitializeComponent() {
|
||||
this.labelVersion.TabIndex = 5;
|
||||
this.labelVersion.Text = "Version";
|
||||
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
||||
this.labelVersion.UseMnemonic = false;
|
||||
//
|
||||
// btnOpenConfig
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user