Skip to content

Commit

Permalink
컨트롤 크기 미세조정
Browse files Browse the repository at this point in the history
  • Loading branch information
synml committed Jan 23, 2019
1 parent dfdb117 commit 650d3cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SamFirm/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ private void InitializeComponent()
this.log_textbox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.log_textbox.Name = "log_textbox";
this.log_textbox.ReadOnly = true;
this.log_textbox.Size = new System.Drawing.Size(851, 245);
this.log_textbox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.log_textbox.Size = new System.Drawing.Size(851, 257);
this.log_textbox.TabIndex = 3;
this.log_textbox.TabStop = false;
this.log_textbox.Text = "";
Expand Down Expand Up @@ -460,7 +461,7 @@ private void InitializeComponent()
//
this.AcceptButton = this.update_button;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(880, 526);
this.ClientSize = new System.Drawing.Size(878, 538);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.log_textbox);
Expand Down

0 comments on commit 650d3cd

Please sign in to comment.