Unity-Technologies / EditorXR

Author XR in XR
Other
928 stars 166 forks source link

Hide the reset-size button on workspaces that prevent resizing #516

Closed dunity closed 5 years ago

dunity commented 5 years ago

Purpose of this PR

The Workspace reset-size buttons are now hidden on the console & profiler workspaces (which cannot be resized), and are shown (as expected) on the other workspaces. For better context, EditorWindowWorkspaces set preventResize to true, which should have hidden these previously.

Testing status

Tested on all default EXR workspaces. No issues were found.

Technical risk

Low. This is a non-invasive one-liner change that shouldn't affect any UI functionality in workspaces.

Comments to reviewers

None