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
4
WebBrowser/frmBrowser.Designer.cs
generated
4
WebBrowser/frmBrowser.Designer.cs
generated
|
@ -143,7 +143,7 @@ namespace XeroBrowser
|
|||
this.txtSearchOrUrl.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.txtSearchOrUrl.PasswordChar = '\0';
|
||||
this.txtSearchOrUrl.PlaceholderForeColor = System.Drawing.Color.DimGray;
|
||||
this.txtSearchOrUrl.PlaceholderText = " Search with google or enter a URL";
|
||||
this.txtSearchOrUrl.PlaceholderText = " Search with DuckDuckGo or enter a URL";
|
||||
this.txtSearchOrUrl.ReadOnly = false;
|
||||
this.txtSearchOrUrl.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.txtSearchOrUrl.SelectedText = "";
|
||||
|
@ -157,7 +157,7 @@ namespace XeroBrowser
|
|||
this.txtSearchOrUrl.TextMarginBottom = 0;
|
||||
this.txtSearchOrUrl.TextMarginLeft = 3;
|
||||
this.txtSearchOrUrl.TextMarginTop = 1;
|
||||
this.txtSearchOrUrl.TextPlaceholder = " Search with google or enter a URL";
|
||||
this.txtSearchOrUrl.TextPlaceholder = " Search with DuckDuckGo or enter a URL";
|
||||
this.bunifuToolTip1.SetToolTip(this.txtSearchOrUrl, "");
|
||||
this.bunifuToolTip1.SetToolTipIcon(this.txtSearchOrUrl, null);
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.txtSearchOrUrl, "");
|
||||
|
|
Reference in a new issue