We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa62f42 commit fb87f19Copy full SHA for fb87f19
UnityHubNative.Net/CreateNewProjectDialogue.cs
@@ -29,14 +29,14 @@ public CreateNewProjectDialogue()
29
WindowStartupLocation = WindowStartupLocation.CenterOwner;
30
CanResize = false;
31
SystemDecorations = SystemDecorations.BorderOnly;
32
+ ExtendClientAreaToDecorationsHint = true;
33
34
if (UnityHubNativeNetApp.Config.transparent)
35
{
36
TransparencyLevelHint = [WindowTransparencyLevel.AcrylicBlur, WindowTransparencyLevel.Blur];
37
#if Windows
38
Background = new SolidColorBrush(Colors.Transparent, UnityHubNativeNetApp.Config.blurIntensity);
39
#endif
- ExtendClientAreaToDecorationsHint = true;
40
}
41
42
0 commit comments