Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Dock program left
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Feb 22, 2018
1 parent a216eb9 commit ad79952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILEditor/UserTools/UserToolList.cs
Expand Up @@ -38,7 +38,7 @@ private void toollist_DoubleClick(object sender, EventArgs e)
Editor.TheEditor.AddTool(new CompileOptions(), DockState.DockLeft);
break;
case "PGM":
Editor.TheEditor.AddTool(new ObjectBrowse(), DockState.DockRight);
Editor.TheEditor.AddTool(new ObjectBrowse(), DockState.DockLeft);
break;
case "TREE":
Editor.TheEditor.AddTool(new QSYSBrowser(), DockState.DockRight);
Expand Down

0 comments on commit ad79952

Please sign in to comment.