scale search image size

This commit is contained in:
David Sparer
2018-09-02 18:09:26 -05:00
parent e081d2b73a
commit 7710ff32a6

View File

@@ -187,7 +187,7 @@ namespace mRemoteNG.UI.Window
this.PictureBox1.Margin = new System.Windows.Forms.Padding(0);
this.PictureBox1.Name = "PictureBox1";
this.PictureBox1.Size = new System.Drawing.Size(16, 16);
this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PictureBox1.TabIndex = 1;
this.PictureBox1.TabStop = false;
//