Skip to content

Commit

Permalink
Fix a minor Mono interop issue a better way.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekka committed Jul 8, 2018
1 parent 1163044 commit 6ee142d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Labyrinth3/IDE/Controls/RTFPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ private void InitializeComponent()
this.ContentBox.ContextMenu = this.RightClickMenu;
this.ContentBox.Dock = DockStyle.Fill;
this.ContentBox.Location = new Point(0, 25);
this.ContentBox.Font = new Font("Tahoma",8);
this.ContentBox.Name = "ContentBox";
this.ContentBox.Size = new Size(472, 159);
this.ContentBox.TabIndex = 8;
Expand Down

0 comments on commit 6ee142d

Please sign in to comment.