fixed #2433: Enter key will open URL in history window

This commit is contained in:
Jaex 2017-04-18 17:03:41 +03:00
parent 5cf2c821f6
commit 6a61874d80

View file

@ -123,6 +123,7 @@ private void InitializeComponent()
// pbThumbnail
//
resources.ApplyResources(this.pbThumbnail, "pbThumbnail");
this.pbThumbnail.BackColor = System.Drawing.SystemColors.Window;
this.pbThumbnail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbThumbnail.DrawCheckeredBackground = true;
this.pbThumbnail.FullscreenOnClick = true;
@ -233,7 +234,6 @@ private void InitializeComponent()
//
// HistoryForm
//
this.AcceptButton = this.btnApplyFilters;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;