- .NET Core Version: Preview 6
- Have you experienced this same bug with .NET Framework?: No
Problem description: Setting FormBorderStyle to SizeableToolWindow is not working.
Actual behavior: Same caption bar height as a Sizeable form.
Expected behavior: The caption bar should be narrower, as in .NET Framework.
Minimal repro:: change the property in the main form of a minimal project, change its FormBorderStyle, run and compare.