Set the label for the Panel for the Search Buttons to Blank.
This commit is contained in:
parent
33612bee11
commit
eb96b737f6
@ -1159,7 +1159,7 @@ namespace Volian.Controls.Library
|
||||
this.panSearchButtons.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.panSearchButtons.Style.GradientAngle = 90;
|
||||
this.panSearchButtons.TabIndex = 6;
|
||||
this.panSearchButtons.Text = "panelEx1";
|
||||
this.panSearchButtons.Text = "";
|
||||
this.panSearchButtons.ThemeAware = true;
|
||||
this.panSearchButtons.Resize += new System.EventHandler(this.panSearchButtons_Resize);
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user