Update
Added - New stuff in new tab. Changed - Default search engine is now DuckDuckGo. - CSS on new tab was updated. - Updated the twitter link on the new tab page to say X.
This commit is contained in:
parent
b6043fc1e1
commit
7d6b3b5144
6 changed files with 35064 additions and 708 deletions
6
WebBrowser/frmSettings.Designer.cs
generated
6
WebBrowser/frmSettings.Designer.cs
generated
|
@ -392,17 +392,17 @@ namespace XeroBrowser
|
|||
this.bunifuDropdown1.ItemHighLightColor = System.Drawing.Color.DodgerBlue;
|
||||
this.bunifuDropdown1.ItemHighLightForeColor = System.Drawing.Color.White;
|
||||
this.bunifuDropdown1.Items.AddRange(new object[] {
|
||||
"DuckDuckGo",
|
||||
"Google",
|
||||
"Bing",
|
||||
"Yhaoo",
|
||||
"DuckDuckGo"});
|
||||
"Yhaoo"});
|
||||
this.bunifuDropdown1.ItemTopMargin = 3;
|
||||
this.bunifuDropdown1.Location = new System.Drawing.Point(344, 160);
|
||||
this.bunifuDropdown1.Name = "bunifuDropdown1";
|
||||
this.bunifuDropdown1.Size = new System.Drawing.Size(215, 32);
|
||||
this.bunifuDropdown1.TabIndex = 9;
|
||||
this.bunifuDropdown1.TabStop = false;
|
||||
this.bunifuDropdown1.Text = "Google";
|
||||
this.bunifuDropdown1.Text = "DuckDuckGo";
|
||||
this.bunifuDropdown1.TextAlignment = Bunifu.UI.WinForms.BunifuDropdown.TextAlign.Left;
|
||||
this.bunifuDropdown1.TextLeftMargin = 5;
|
||||
this.bunifuDropdown1.SelectedIndexChanged += new System.EventHandler(this.bunifuDropdown1_SelectedIndexChanged);
|
||||
|
|
Reference in a new issue