mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
scale search image size
This commit is contained in:
@@ -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;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user