Some tweaks

This commit is contained in:
thallard
2021-08-05 12:46:29 +02:00
parent b4d879960f
commit a64d23b8ed
2 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ namespace FlaxEditor.GUI.Docking
/// </summary>
public void FocusOrShow()
{
FocusOrShow((DockState)Editor.Instance.Options.Options.Interface.DockNewWindow);
FocusOrShow((DockState)Editor.Instance.Options.Options.Interface.NewWindowMethod);
}
/// <summary>

View File

@@ -110,8 +110,8 @@ namespace FlaxEditor.Options
/// Gets or sets the method window opening.
/// </summary>
[DefaultValue(DockStateProxy.Float)]
[EditorDisplay("Interface", "Define The Method Window Opening"), EditorOrder(150), Tooltip("Define the opening method for windows, open a in new tab by default.")]
public DockStateProxy DockNewWindow { get; set; } = DockStateProxy.Float;
[EditorDisplay("Interface", "Define The Opening Window Method"), EditorOrder(150), Tooltip("Define the opening method for new windows, open in a new tab by default.")]
public DockStateProxy NewWindowMethod { get; set; } = DockStateProxy.Float;
/// <summary>
/// Gets or sets the timestamps prefix mode for debug log messages.