Skip to content

Commit

Permalink
Swap the run and copy button positions
Browse files Browse the repository at this point in the history
  • Loading branch information
jie65535 committed Aug 23, 2023
1 parent 6ab9d38 commit a989581
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 213 deletions.
6 changes: 4 additions & 2 deletions Source/GrasscutterTools/Forms/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Source/GrasscutterTools/Forms/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ private void ExpandCommandRunLog()
Anchor = AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom,
Multiline = true,
Font = new Font("Consolas", 9F),
Location = new Point(BtnInvokeOpenCommand.Left, BtnInvokeOpenCommand.Bottom + 6),
Size = new Size(GrpCommand.Width - BtnInvokeOpenCommand.Left * 2, TxtCommandRunLogMinHeight),
Location = new Point(ChkAutoCopy.Left, ChkAutoCopy.Bottom + 6),
Size = new Size(GrpCommand.Width - ChkAutoCopy.Left * 2, TxtCommandRunLogMinHeight),
ReadOnly = true,
BackColor = Color.White,
ScrollBars = ScrollBars.Vertical,
Expand Down
2 changes: 1 addition & 1 deletion Source/GrasscutterTools/Forms/FormMain.en-us.resx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>Inherit</value>
<value>NoControl</value>
</data>
</root>
Loading

0 comments on commit a989581

Please sign in to comment.